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