pub fn py_msgbus_publish(topic: &str, message: Py<PyAny>) -> PyResult<()>
Publishes the message to the topic.
message
topic
Returns an error if topic is invalid.