pub fn read_header(
r: &mut impl Read,
expected_magic: &[u8; 4],
) -> Result<u8, FormatError>Expand description
Reads and validates a file header. Returns an error if magic doesn’t match or version is unsupported. Returns the format version.