pub fn deserialize_packets<'a>(
    packet_batch: &'a PacketBatch,
    packet_indexes: &'a [usize]
) -> impl Iterator<Item = DeserializedPacket> + 'a