pub unsafe extern "cdecl" fn ucnv_toUnicode(
    converter: *mut UConverter,
    target: *mut *mut u16,
    targetlimit: *const u16,
    source: *const *const i8,
    sourcelimit: PCSTR,
    offsets: *mut i32,
    flush: i8,
    err: *mut UErrorCode
)