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