pub type NetPktBox = Box<NetPktFatPtr>;
Heap allocated repr of a NetPkt.
struct NetPktBox(/* private fields */);