pub type LUID_AND_ATTRIBUTES_ARRAY = LUID_AND_ATTRIBUTES;
#[repr(C)]pub struct LUID_AND_ATTRIBUTES_ARRAY { pub Luid: LUID, pub Attributes: u32, }
Luid: LUID
Attributes: u32