pub unsafe fn ubrk_open<P0>(
    type: UBreakIteratorType,
    locale: P0,
    text: *const u16,
    textlength: i32,
    status: *mut UErrorCode
) -> *mut UBreakIterator
where P0: IntoParam<PCSTR>,