pub type spinNodeCallbackFunction = Option<unsafe extern "C" fn(hNode: spinNodeHandle)>;Expand description
Function signatures are used to create and trigger callbacks and events.
Aliased Type§
pub enum spinNodeCallbackFunction {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}