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