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