pub(super) fn recv_vectored_with_ancillary_from(
socket: &Socket,
bufs: &mut [IoSliceMut<'_>],
ancillary: &mut SocketAncillary<'_>,
) -> Result<(usize, bool, Result<SocketAddr>)>Available on (Android or Cygwin or Linux) and non-Hermit and not ((Fortanix and SGX, or WebAssembly and non-WASI)) and (Unix) only.