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