pub unsafe fn ucsdet_setText<P0>(
    ucsd: *mut UCharsetDetector,
    textin: P0,
    len: i32,
    status: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,