windows::Wdk::Storage::FileSystem

Function RtlNormalizeString

pub unsafe fn RtlNormalizeString<P1>(
    normform: u32,
    sourcestring: P1,
    sourcestringlength: i32,
    destinationstring: PWSTR,
    destinationstringlength: *mut i32,
) -> NTSTATUS
where P1: Param<PCWSTR>,