pub type XIGroupState = XIModifierState;
struct XIGroupState { pub base: i32, pub latched: i32, pub locked: i32, pub effective: i32, }
base: i32
latched: i32
locked: i32
effective: i32