pub unsafe extern "system" fn RtlConvertSidToUnicodeString(
    unicodestring: *mut UNICODE_STRING,
    sid: PSID,
    allocatedestinationstring: BOOLEAN
) -> NTSTATUS
Expand description

Required features: "Win32_Security", "Win32_Foundation"