pub unsafe fn ucnv_getNextUChar<P0>(
    converter: *mut UConverter,
    source: *const *const i8,
    sourcelimit: P0,
    err: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>,