pub fn msghdr_control_none_mut<'a>() -> Option<&'a mut [u8]>
Expand description

Returns Option::<&mut [u8]>::None

This is useful for functions or structures which are generic over the control message type and whose type cannot be inferred if None is used on its own.