pub type PhidgetCurrentInput_OnCurrentChangeCallback = Option<unsafe extern "C" fn(ch: PhidgetCurrentInputHandle, ctx: *mut c_void, current: f64)>;Aliased Type§
pub enum PhidgetCurrentInput_OnCurrentChangeCallback {
None,
Some(unsafe extern "C" fn(*mut _PhidgetCurrentInput, *mut c_void, f64)),
}