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

Required features: ‘Win32_Networking_WinSock’, ‘Win32_Foundation’