pub unsafe extern "C" fn ucnv_convertEx_74(
targetCnv: *mut UConverter,
sourceCnv: *mut UConverter,
target: *mut *mut c_char,
targetLimit: *const c_char,
source: *mut *const c_char,
sourceLimit: *const c_char,
pivotStart: *mut UChar,
pivotSource: *mut *mut UChar,
pivotTarget: *mut *mut UChar,
pivotLimit: *const UChar,
reset: UBool,
flush: UBool,
pErrorCode: *mut UErrorCode,
)