pub unsafe fn InitializeSid(
    sid: PSID,
    pidentifierauthority: *const SID_IDENTIFIER_AUTHORITY,
    nsubauthoritycount: u8
) -> Result<()>