This replaces Wine's 10 copies of the function.
--
v2: strmbase: Use debugstr_reftime instead of reimplementing it.
wmvcore: Use debugstr_reftime instead of reimplementing it.
winegstreamer: Use debugstr_reftime instead of reimplementing it.
quartz: Use debugstr_reftime instead of reimplementing it.
qasf: Use debugstr_reftime instead of reimplementing it.
mfsrcsnk: Use debugstr_reftime instead of reimplementing it.
mfplat: Use debugstr_reftime instead of reimplementing it.
mf: Use debugstr_reftime instead of reimplementing it.
evr: Use debugstr_reftime instead of reimplementing it.
include: Introduce debugstr_reftime and wine_dbgstr_reftime.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4461
LANCommander calls NtMapViewOfSectionEx with alloc_type=0x4000, which
Wine does not handle, but you couldn't tell from the trace.
--
v2: ntdll: Include alloc_type argument in NtMapViewOfSection(Ex) traces.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4788
The old code did indirect jmp with a misaligned operand address.
--
v2: ntdll/tests: Restore x86-64 #AC exception test in test_exceptions().
ntdll/tests: Avoid misaligned load in exception handler code in run_exception_test_flags().
https://gitlab.winehq.org/wine/wine/-/merge_requests/4793