pub fn parse<R: Read + Seek>(reader: &mut R) -> ApeResult<ApeFileInfo>
Parse an APE file, returning all metadata and derived values.
Supports both current format (version >= 3980) and old format (version < 3980).