pub fn write_avro_header(buf: &mut Vec<u8>, schema_version_id: Uuid)Expand description
Write the Glue Avro header to buf, using the uncompressed framing
(compression = 0x00). Callers append the serialized record payload
directly after the header, so the framed record needs only a single
allocation.