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