As of MSS 3.3.2, on Windows, `ctypes.windll` is altered. This is not good and we should use our own functions. Also, on GNU/Linux, there are helpers to manage ctypes functions setup. We should use this clean mechanism everywhere.
As of MSS 3.3.2, on Windows,
ctypes.windllis altered. This is not good and we should use our own functions.Also, on GNU/Linux, there are helpers to manage ctypes functions setup. We should use this clean mechanism everywhere.