Type Alias UNESCAPE_CHAR_AT

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(i32, *mut c_void) -> u16)

Some value of type T.