pub unsafe extern "C" fn ucnv_fromUnicode_73(
    converter: *mut UConverter,
    target: *mut *mut c_char,
    targetLimit: *const c_char,
    source: *mut *const UChar,
    sourceLimit: *const UChar,
    offsets: *mut i32,
    flush: UBool,
    err: *mut UErrorCode
)