fn read_header<R: BufRead>(reader: R) -> Result<Header, ArrowError>
Read the Avro file header (magic, metadata, sync marker) from reader.
reader