pub unsafe extern "system" fn WSASocketW(
    af: i32,
    type: i32,
    protocol: i32,
    lpprotocolinfo: *const WSAPROTOCOL_INFOW,
    g: u32,
    dwflags: u32
) -> SOCKET
Expand description

Required features: "Win32_Networking_WinSock"