pub unsafe fn utext_openUTF8<P0>(
    ut: *mut UText,
    s: P0,
    length: i64,
    status: *mut UErrorCode
) -> *mut UText
where P0: IntoParam<PCSTR>,