pub unsafe extern "system" fn RtlUpcaseUnicodeStringToAnsiString(
    DestinationString: *mut STRING,
    SourceString: *mut UNICODE_STRING,
    AllocateDestinationString: BOOLEAN
) -> NTSTATUS