windows::Wdk::Storage::FileSystem

Function RtlIdnToUnicode

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