pub type SE_SID = _SE_SID;
#[repr(C)] pub union SE_SID { pub Sid: _SID, pub Buffer: [u8; 68], /* private fields */ }
Sid: _SID
Buffer: [u8; 68]