pub fn read_id3v2<R: Read + Seek>(reader: &mut R) -> ApeResult<Option<Id3v2Tag>>
Read an ID3v2 tag from the beginning of the stream.
Returns Ok(None) if the stream does not start with an ID3v2 header.
Ok(None)