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