pub unsafe extern "system" fn RtlAllocateAndInitializeSid(
    IdentifierAuthority: PSID_IDENTIFIER_AUTHORITY,
    SubAuthorityCount: UCHAR,
    SubAuthority0: ULONG,
    SubAuthority1: ULONG,
    SubAuthority2: ULONG,
    SubAuthority3: ULONG,
    SubAuthority4: ULONG,
    SubAuthority5: ULONG,
    SubAuthority6: ULONG,
    SubAuthority7: ULONG,
    Sid: *mut PSID
) -> NTSTATUS