windows::Win32::Networking::WinSock

Function sendto

pub unsafe fn sendto(
    s: SOCKET,
    buf: &[u8],
    flags: i32,
    to: *const SOCKADDR,
    tolen: i32,
) -> i32