impl<H> NlBuf<H> where H: Allocator, { fn new_msg(&'a mut self, ty: Kind, flags: NlFlags, seq: u32, port: u32) -> Result<NlMsg<'a, H>, Errno> }