pub unsafe extern "system" fn RtlUpcaseUnicodeString(
    DestinationString: PUNICODE_STRING,
    SourceString: PCUNICODE_STRING,
    AllocateDestinationString: BOOLEAN
) -> NTSTATUS