pub fn table_provider_from_pycapsule<'py>( obj: Bound<'py, PyAny>, session: Bound<'py, PyAny>, ) -> PyResult<Option<Arc<dyn TableProvider>>>