pub fn read_parquet_metadata( py: Python<'_>, py_f: Py<PyAny>, storage_options: OptPyCloudOptions<'_>, credential_provider: Option<Py<PyAny>>, ) -> PyResult<Py<PyDict>>