I’m experiencing issues linking libraries on Windows with CGO.
You can see some exit status 3221225781
in the log.
This error usually happen when the Windows SDK is incomplete or not installed, according to https://github.com/rust-lang/rust/issues/30229#issuecomment-339769458
It is clearly related to having issues finding a DLL.
Any idea how to fix this?