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