Function windows::Wdk::System::SystemServices::RtlUpcaseUnicodeString

pub unsafe fn RtlUpcaseUnicodeString<P0>(
    destinationstring: *mut UNICODE_STRING,
    sourcestring: *const UNICODE_STRING,
    allocatedestinationstring: P0,
) -> NTSTATUS
where P0: Param<BOOLEAN>,