pub fn send(conn: *mut ove_httpd_ws_conn_t, data: &[u8]) -> Result<()>
Send a text message to a WebSocket connection.
Returns an error if the send fails.