Function windows::Wdk::Storage::FileSystem::RtlIdnToNameprepUnicode
pub unsafe fn RtlIdnToNameprepUnicode<P0>(
flags: u32,
sourcestring: P0,
sourcestringlength: i32,
destinationstring: PWSTR,
destinationstringlength: *mut i32,
) -> NTSTATUSwhere
P0: Param<PCWSTR>,