pub unsafe fn ucnv_fromUChars<P0>(
    cnv: *mut UConverter,
    dest: P0,
    destcapacity: i32,
    src: *const u16,
    srclength: i32,
    perrorcode: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,