Swift for Windows uses `QueryInterruptTimePrecise` and `QueryUnbiasedInterruptTimePrecise`. These are semi-stubs since (I believe) the "Precise" variants should read the CPU timestamp directly rather than reading from USER_SHARED_DATA.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54338
-- v2: kernelbase: Partially implement QueryUnbiasedInterruptTimePrecise. kernelbase: Partially implement QueryInterruptTimePrecise. kernelbase: Implement QueryInterruptTime. include: Add realtimeapiset.h file.