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