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_callbackAvailable on crate feature
hid only.