ZL_SerialSelectorFn

Type Alias ZL_SerialSelectorFn 

Source
pub type ZL_SerialSelectorFn = Option<unsafe extern "C" fn(src: *const c_void, srcSize: usize, customGraphs: *const ZL_GraphID, nbCustomGraphs: usize) -> ZL_GraphID>;

Aliased Type§

pub enum ZL_SerialSelectorFn {
    None,
    Some(unsafe extern "C" fn(*const c_void, usize, *const ZL_GraphID, usize) -> ZL_GraphID),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const c_void, usize, *const ZL_GraphID, usize) -> ZL_GraphID)

Some value of type T.