pub fn dump_string( py: Python<'_>, obj: PyObject, ensure_ascii: Option<PyObject>, indent: Option<PyObject>, sort_keys: Option<PyObject>) -> PyResult<String>