pub unsafe extern "system" fn RtlAllocateAndInitializeSidEx(
    identifierauthority: *const SID_IDENTIFIER_AUTHORITY,
    subauthoritycount: u8,
    subauthorities: *const u32,
    sid: *mut PSID,
) -> NTSTATUS