PhidgetMotorVelocityController_setOnVelocityChangeHandler

Function PhidgetMotorVelocityController_setOnVelocityChangeHandler 

Source
pub unsafe extern "C" fn PhidgetMotorVelocityController_setOnVelocityChangeHandler(
    ch: PhidgetMotorVelocityControllerHandle,
    fptr: PhidgetMotorVelocityController_OnVelocityChangeCallback,
    ctx: *mut c_void,
) -> PhidgetReturnCode