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