windows::Wdk::Storage::FileSystem

Function RtlIdnToNameprepUnicode

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