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