pub fn write_atom_header<W>(
    writer: W,
    kind: Kind,
    arg: u64
) -> Result<usize, Error>
where W: WriteBytesExt,
Expand description

Writes an atom header into writer.