uiOpenTypeFeaturesForEachFunc

Type Alias uiOpenTypeFeaturesForEachFunc 

Source
pub type uiOpenTypeFeaturesForEachFunc = Option<unsafe extern "C" fn(otf: *const uiOpenTypeFeatures, a: c_char, b: c_char, c: c_char, d: c_char, value: u32, data: *mut c_void) -> uiForEach>;

Aliased Type§

pub enum uiOpenTypeFeaturesForEachFunc {
    None,
    Some(unsafe extern "C" fn(*const uiOpenTypeFeatures, i8, i8, i8, i8, u32, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const uiOpenTypeFeatures, i8, i8, i8, i8, u32, *mut c_void) -> u32)

Some value of type T.