Type Alias rust_icu_sys::UCharIteratorNext
source · pub type UCharIteratorNext = Option<unsafe extern "C" fn(iter: *mut UCharIterator) -> UChar32>;
Aliased Type§
enum UCharIteratorNext {
None,
Some(unsafe extern "C" fn(_: *mut UCharIterator) -> i32),
}