Function windows::Wdk::Storage::FileSystem::RtlIdnToNameprepUnicode

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