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

Writes an atom header into writer.