pub unsafe fn ucnvsel_selectForUTF8<P0>(
    sel: *const UConverterSelector,
    s: P0,
    length: i32,
    status: *mut UErrorCode
) -> *mut UEnumeration
where P0: IntoParam<PCSTR>,