pub unsafe extern "C-unwind" fn IOHIDDeviceSetValueMultipleWithCallback(
device: &IOHIDDevice,
multiple: &CFDictionary,
timeout: CFTimeInterval,
callback: IOHIDValueMultipleCallback,
context: *mut c_void,
) -> IOReturn👎Deprecated: renamed to
IOHIDDevice::set_value_multiple_with_callbackAvailable on crate feature
hid only.