Creates a new CMsgBuf backed by borrowed memory.
CMsgBuf
impl<'a> CMsgBuf<NoMem<'a>> { fn buffered(buf: &'a mut [u64]) -> CMsgBuf<NoMem<'a>> }
The buffer in which the control messages will be created.