Problem
There are several interfaces in the x/sys like these:
These all contain unexported method descriptors, so there is no way to add own implementation. We run into the issue, that we needed a windows extension and even if we can implement that, we can't use it with this solution.
Solution
Make the method descriptors exported.