pub type UCharIteratorGetIndex = Option<unsafe extern "C" fn(iter: *mut UCharIterator, origin: UCharIteratorOrigin) -> i32>;
Aliased Type§
enum UCharIteratorGetIndex {
None,
Some(unsafe extern "C" fn(*mut UCharIterator, UCharIteratorOrigin) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(*mut UCharIterator, UCharIteratorOrigin) -> i32)
Some value of type T
.