pub unsafe extern "C-unwind" fn IOHIDDeviceSetValueWithCallback(
device: &IOHIDDevice,
element: &IOHIDElement,
value: &IOHIDValue,
timeout: CFTimeInterval,
callback: IOHIDValueCallback,
context: *mut c_void,
) -> IOReturn👎Deprecated: renamed to
IOHIDDevice::set_value_with_callbackAvailable on crate feature
hid only.