pub unsafe fn ucnv_fromUnicode<P0>(
    converter: *mut UConverter,
    target: *mut *mut i8,
    targetlimit: P0,
    source: *const *const u16,
    sourcelimit: *const u16,
    offsets: *mut i32,
    flush: i8,
    err: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,