pub unsafe extern "system" fn RtlAllocateAndInitializeSid(
    identifierauthority: *const SID_IDENTIFIER_AUTHORITY,
    subauthoritycount: u8,
    subauthority0: u32,
    subauthority1: u32,
    subauthority2: u32,
    subauthority3: u32,
    subauthority4: u32,
    subauthority5: u32,
    subauthority6: u32,
    subauthority7: u32,
    sid: *mut PSID
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"