pub fn to_packet_batches<T: Serialize>(
    xs: &[T],
    chunks: usize
) -> Vec<PacketBatch>