pub unsafe extern "system" fn RtlUpcaseUnicodeStringToCountedOemString(
    destinationstring: *mut STRING,
    sourcestring: *const UNICODE_STRING,
    allocatedestinationstring: BOOLEAN,
) -> NTSTATUS