我需要从Golang调用一个Windows API函数:

INetworkListManager :: GetConnectivity

https://docs.microsoft.com/en-us/windows/desktop/api/netlistmgr/nf-netlistmgr-inetworklistmanager-getconnectivity

我在这里阅读了文档:

https://github.com/golang/go/wiki/WindowsDLLs

但是我仍然不清楚如何称呼这个API . 我该怎么做,并使用结果来检查互联网连接?