IOHIDDeviceRegisterInputReportCallback

Function IOHIDDeviceRegisterInputReportCallback 

Source
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_callback
Available on crate feature hid only.