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