Function ucnv_convertEx
pub unsafe fn ucnv_convertEx<P3, P5>(
targetcnv: *mut UConverter,
sourcecnv: *mut UConverter,
target: *mut *mut i8,
targetlimit: P3,
source: *const *const i8,
sourcelimit: P5,
pivotstart: *mut u16,
pivotsource: *mut *mut u16,
pivottarget: *mut *mut u16,
pivotlimit: *const u16,
reset: i8,
flush: i8,
perrorcode: *mut UErrorCode,
)where
P3: Param<PCSTR>,
P5: Param<PCSTR>,