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