pub unsafe extern "system" fn sendto(
    s: SOCKET,
    buf: PCSTR,
    len: i32,
    flags: i32,
    to: *const SOCKADDR,
    tolen: i32
) -> i32
Expand description

Required features: "Win32_Networking_WinSock", "Win32_Foundation"