pub fn read_packet_id(buf: &mut impl Buf) -> Result<i32, ProtocolError>
Read a packet ID from frame data.
Returns ProtocolError if the packet ID VarInt is malformed.
ProtocolError
VarInt