Function windows::Win32::Networking::WinSock::sendto

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