pub type UCharIteratorSetState = Option<unsafe extern "C" fn(iter: *mut UCharIterator, state: u32, pErrorCode: *mut UErrorCode)>;
Aliased Type§
enum UCharIteratorSetState {
None,
Some(unsafe extern "C" fn(_: *mut UCharIterator, _: u32, _: *mut UErrorCode)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut UCharIterator, _: u32, _: *mut UErrorCode))
Some value of type T
.