pub unsafe extern "C-unwind" fn IOHIDDeviceRegisterInputValueCallback(
device: &IOHIDDevice,
callback: IOHIDValueCallback,
context: *mut c_void,
)👎Deprecated:
renamed to IOHIDDevice::register_input_value_callback
Available on crate feature
hid only.