pub type UNESCAPE_CHAR_AT = Option<unsafe extern "C" fn(offset: i32, context: *mut c_void) -> UChar>;

Aliased Type§

enum UNESCAPE_CHAR_AT {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *mut c_void) -> u16),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.