pub unsafe extern "C" fn IOHIDDeviceSetReport(
device: IOHIDDeviceRef,
report_type: IOHIDReportType,
report_id: CFIndex,
report: *const u8,
report_length: CFIndex,
) -> IOReturnAvailable on crate feature
raw-ffi only.