pub type DeviceImpl<H, T> = VirtIONet<H, T, NET_QUEUE_SIZE>;
pub struct DeviceImpl<H, T> { /* private fields */ }