IOHIDDeviceRegisterInputReportWithTimeStampCallback

Function IOHIDDeviceRegisterInputReportWithTimeStampCallback 

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