pub unsafe extern "C-unwind" fn IOHIDDeviceRegisterInputReportCallback(
device: &IOHIDDevice,
report: NonNull<u8>,
report_length: CFIndex,
callback: IOHIDReportCallback,
context: *mut c_void,
)👎Deprecated: renamed to
IOHIDDevice::register_input_report_callbackAvailable on crate feature
hid only.