Function windows::Wdk::Storage::FileSystem::RtlUpcaseUnicodeStringToCountedOemString
pub unsafe fn RtlUpcaseUnicodeStringToCountedOemString<P0>(
destinationstring: *mut STRING,
sourcestring: *const UNICODE_STRING,
allocatedestinationstring: P0,
) -> NTSTATUSwhere
P0: Param<BOOLEAN>,