pub type LUID = _LUID;
struct LUID { pub LowPart: u32, pub HighPart: i32, }
LowPart: u32
HighPart: i32