pub type LUID_AND_ATTRIBUTES_ARRAY = LUID_AND_ATTRIBUTES;
struct LUID_AND_ATTRIBUTES_ARRAY { pub Luid: LUID, pub Attributes: u32, }
Luid: LUID
Attributes: u32