pub fn sendto( fd: i32, buf: &[u8], addr: &dyn SockaddrLike, flags: MsgFlags, ) -> Result<usize, Errno>
Send a message to a socket
Further reading