windows::Win32::Globalization

Function ubrk_open

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