Marks truncated control messages.
const MSG_CMSG_TRUNCATED: MsgFlags = MsgFlags(cty::MSG_CTRUNC);
This flag appears in received messages if some control data was truncated because the provided buffer was too small.
recvmsg(2) and MSG_CTRUNC therein