Add “overload” to Windows.Interlocked*.
I’ve noticed several times (the last straw was [this](https://gitlab.com/freepascal.org/fpc/source/-/commit/b2f2c5671cb74fe64f68423d0835129eb0c3ed69#note_1401356904)) that `Windows.Interlocked*` functions overshadow `System.Interlocked*`, which is _unpleasant_ as `System` selection is a strict superset. Note that `Windows.Interlocked*` exist solely for Delphi compatibility and lead back to `System.Interlocked*`! [windows-interlocked.patch](/uploads/301c5b7246934f15048ff1beaa5b05a8/windows-interlocked.patch)
issue