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