pub fn write_atom_header<W: WriteBytesExt>( writer: W, kind: Kind, arg: u64, ) -> Result<usize>
Writes an atom header into writer.
writer