pub fn py_msgbus_send(endpoint: &str, message: PyObject) -> PyResult<()>
Sends the message to the endpoint.
message
endpoint
Returns an error if endpoint is invalid.