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