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