pub unsafe extern "system" fn socket(
    af: i32,
    type: i32,
    protocol: i32
) -> SOCKET
Expand description

Required features: "Win32_Networking_WinSock"