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