Type recvmsg [src]
Source
pub const recvmsg = switch (native_os) {
// Windows: Technically, a form of recvmsg() exists for Windows, but the
// user has to install some kind of callback for it. I'm not sure if/how
// we can map this to normal recvmsg() interface use.
// https://learn.microsoft.com/en-us/windows/win32/api/mswsock/nc-mswsock-lpfn_wsarecvmsg
.windows => void,
else => private.recvmsg,
}