pub type PhidgetMotorPositionController_OnDutyCycleUpdateCallback = Option<unsafe extern "C" fn(ch: PhidgetMotorPositionControllerHandle, ctx: *mut c_void, dutyCycle: f64)>;Aliased Type§
pub enum PhidgetMotorPositionController_OnDutyCycleUpdateCallback {
None,
Some(unsafe extern "C" fn(*mut _PhidgetMotorPositionController, *mut c_void, f64)),
}