pub async fn _read_metadata_async<R>(
    reader: &'_ mut R
) -> Result<FileMetaData, ParquetError> where
    R: AsyncRead + AsyncSeek + Send + Unpin