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