pub unsafe fn ucnv_getInvalidChars<P0>(
    converter: *const UConverter,
    errbytes: P0,
    len: *mut i8,
    err: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,