pub unsafe extern "C" fn ucnv_convert_73(
    toConverterName: *const c_char,
    fromConverterName: *const c_char,
    target: *mut c_char,
    targetCapacity: i32,
    source: *const c_char,
    sourceLength: i32,
    pErrorCode: *mut UErrorCode
) -> i32