pub fn write_tag<W: Read + Write + Seek>( writer: &mut W, tag: &ApeTag, ) -> ApeResult<()>
Write an APE tag to the end of a file, replacing any existing APE tag. Preserves any existing ID3v1 tag.