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