Function windows_sys::Win32::Globalization::ucnv_fromUnicode
pub unsafe extern "cdecl" fn ucnv_fromUnicode(
converter: *mut UConverter,
target: *mut *mut i8,
targetlimit: PCSTR,
source: *const *const u16,
sourcelimit: *const u16,
offsets: *mut i32,
flush: i8,
err: *mut UErrorCode,
)