pub async fn _read_metadata_async<R>( reader: &mut R ) -> Result<FileMetaData, Error>where R: AsyncRead + AsyncSeek + Send + Unpin,
Asynchronously reads the files’ metadata