pub(crate) fn send_to_vectored( fd: c_int, bufs: &[IoSlice<'_>], addr: &SockAddr, flags: c_int, ) -> Result<usize>