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