Function windows_sys::Win32::Globalization::u_strToWCS
pub unsafe extern "cdecl" fn u_strToWCS(
dest: PCWSTR,
destcapacity: i32,
pdestlength: *mut i32,
src: *const u16,
srclength: i32,
perrorcode: *mut UErrorCode,
) -> PWSTR