pub unsafe fn ucsdet_setDeclaredEncoding<P0>(
    ucsd: *mut UCharsetDetector,
    encoding: P0,
    length: i32,
    status: *mut UErrorCode
)
where P0: IntoParam<PCSTR>,