IOHIDDeviceSetReportWithCallback

Function IOHIDDeviceSetReportWithCallback 

Source
pub unsafe extern "C-unwind" fn IOHIDDeviceSetReportWithCallback(
    device: &IOHIDDevice,
    report_type: IOHIDReportType,
    report_id: CFIndex,
    report: NonNull<u8>,
    report_length: CFIndex,
    timeout: CFTimeInterval,
    callback: IOHIDReportCallback,
    context: *mut c_void,
) -> IOReturn
👎Deprecated: renamed to IOHIDDevice::set_report_with_callback
Available on crate feature hid only.