pub unsafe extern "system" fn recv(
    s: SOCKET,
    buf: PSTR,
    len: i32,
    flags: SEND_RECV_FLAGS
) -> i32
Expand description

Required features: "Win32_Networking_WinSock"