pub type UCharIteratorNext = Option<unsafe extern "system" fn(iter: *mut UCharIterator) -> i32>;
pub enum UCharIteratorNext { None, Some(unsafe extern "system" fn(*mut UCharIterator) -> i32), }
No value.
Some value of type T.
T