pub unsafe fn RtlConvertSidToUnicodeString<P0, P1>(
    unicodestring: *mut UNICODE_STRING,
    sid: P0,
    allocatedestinationstring: P1
) -> NTSTATUS
where P0: IntoParam<PSID>, P1: IntoParam<BOOLEAN>,