pub fn wsa_cleanup() -> Result<()>
Expand description

WSACleanup()—Clean up process-wide Windows support for sockets.

In a program where init is called, if sockets are no longer necessary, this function releases associated resources.

References