pub unsafe extern "C-unwind" fn IOHIDDeviceSetReport(
device: &IOHIDDevice,
report_type: IOHIDReportType,
report_id: CFIndex,
report: NonNull<u8>,
report_length: CFIndex,
) -> IOReturn👎Deprecated:
renamed to IOHIDDevice::set_report
Available on crate feature
hid only.