rust_icu_sys

Function ucnv_fromUnicode_74

Source
pub unsafe extern "C" fn ucnv_fromUnicode_74(
    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,
)