pub fn create_python_celery_message( task_name: &str, task_id: Uuid, args: Vec<Value>, kwargs: Value, ) -> Value
Create a Python Celery-compatible message (for testing deserialization)