pub fn read_atom_header<R: ReadBytesExt>( reader: &mut R, ) -> Result<(Kind, u64), Error>
Reads an atom header (kind and argument).