pub type SE_SID = _SE_SID;
union SE_SID { pub Sid: _SID, pub Buffer: [u8; 68], }
Sid: _SID
Buffer: [u8; 68]