pub type LUID_AND_ATTRIBUTES = _LUID_AND_ATTRIBUTES;
struct LUID_AND_ATTRIBUTES { pub Luid: _LUID, pub Attributes: u32, }
Luid: _LUID
Attributes: u32