pub fn read_metadata<R>(reader: &mut R) -> Result<FileMetadata, Error> where
    R: Read + Seek