pub type PhidgetMotorVelocityController_OnVelocityChangeCallback = Option<unsafe extern "C" fn(ch: PhidgetMotorVelocityControllerHandle, ctx: *mut c_void, velocity: f64)>;Aliased Type§
pub enum PhidgetMotorVelocityController_OnVelocityChangeCallback {
None,
Some(unsafe extern "C" fn(*mut _PhidgetMotorVelocityController, *mut c_void, f64)),
}