pub unsafe extern "C" fn IOHIDDeviceRegisterInputReportWithTimeStampCallback(
    device: IOHIDDeviceRef,
    report: *mut u8,
    reportLength: CFIndex,
    callback: IOHIDReportWithTimeStampCallback,
    context: *mut c_void
)