pub type RecvPktPtr<'o> = RecvPkt<&'o NetPktPtr>;
struct RecvPktPtr<'o> { pub recv: U64, pub pkt: &'o NetPktPtr, }
recv: U64
pkt: &'o NetPktPtr