Function windows::Wdk::Storage::FileSystem::RtlUpcaseUnicodeToCustomCPN

pub unsafe fn RtlUpcaseUnicodeToCustomCPN<P0>(
    customcp: *const CPTABLEINFO,
    customcpstring: &mut [u8],
    bytesincustomcpstring: Option<*mut u32>,
    unicodestring: P0,
    bytesinunicodestring: u32,
) -> NTSTATUS
where P0: Param<PCWSTR>,