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