Function ucnv_toUnicode
pub unsafe fn ucnv_toUnicode<P4>(
converter: *mut UConverter,
target: *mut *mut u16,
targetlimit: *const u16,
source: *const *const i8,
sourcelimit: P4,
offsets: *mut i32,
flush: i8,
err: *mut UErrorCode,
)where
P4: Param<PCSTR>,