pub fn assert_schema_equal_py( left_schema: PySchema, right_schema: PySchema, check_dtypes: bool, check_column_order: bool, ) -> PyResult<()>