pub fn send_to( socket: CSocket, buffer: &[u8], dst: *const SockAddr, slen: SockLen, ) -> Result<usize>
Sends data to a socket, returning the number of bytes sent.