Function windows::Win32::Globalization::u_strToWCS
pub unsafe fn u_strToWCS<P0>(
dest: P0,
destcapacity: i32,
pdestlength: *mut i32,
src: *const u16,
srclength: i32,
perrorcode: *mut UErrorCode,
) -> PWSTRwhere
P0: Param<PCWSTR>,