pub fn extract_string_value( py_value: &Bound<'_, PyAny>, ) -> Result<String, UtilError>
Extracts a string value from a Python object.