pub type LUID = _LUID;
#[repr(C)]pub struct LUID { pub LowPart: u32, pub HighPart: i32, }
LowPart: u32
HighPart: i32