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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut UCharIterator, _: UCharIteratorOrigin) -> i32)

Some value of type T.