pub type LUID_AND_ATTRIBUTES = _LUID_AND_ATTRIBUTES;
#[repr(C)]pub struct LUID_AND_ATTRIBUTES { pub Luid: _LUID, pub Attributes: u64, }
Luid: _LUID
Attributes: u64