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§
None
No value.
Some(unsafe extern "C" fn(*const c_void, usize, *const ZL_GraphID, usize) -> ZL_GraphID)
Some value of type T.