Type Alias SE_SID

Source
pub type SE_SID = _SE_SID;

Aliased Type§

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

Fields§

§Sid: _SID§Buffer: [u8; 68]