IOHIDUserDeviceHandleReportWithTimeStamp

Function IOHIDUserDeviceHandleReportWithTimeStamp 

Source
pub unsafe extern "C-unwind" fn IOHIDUserDeviceHandleReportWithTimeStamp(
    device: &IOHIDUserDevice,
    timestamp: u64,
    report: NonNull<u8>,
    report_length: CFIndex,
) -> IOReturn
👎Deprecated: renamed to IOHIDUserDevice::handle_report_with_time_stamp
Available on crate feature hidsystem only.