pub(crate) fn noaddr_msghdr(
    iov: &[IoSlice<'_>],
    control: &mut SendAncillaryBuffer<'_, '_, '_>,
) -> msghdrExpand description
Create a message header intended to send without an address.
The returned msghdr will contain raw pointers to the memory
referenced by iov and control.