IOHIDDeviceSetValueMultipleWithCallback

Function IOHIDDeviceSetValueMultipleWithCallback 

Source
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_callback
Available on crate feature hid only.