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