pub fn parse_batch_bytes(raw_packets: &[Bytes]) -> Vec<Packet>
Parse a batch of Bytes buffers into packets in parallel (zero-copy).
Bytes