Creates a new iterator.
impl<'a> CMsgIter<'a> { fn new(buf: &'a [u8]) -> Option<CMsgIter<'a>> }
The buffer which contains the control messages.
This operation fails if the slice is not properly aligned.