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