取消当前 Pub/Sub 句柄对指定主题的订阅。
PubSubUnsub
int32_t PubSubUnsub(int64_t instance, int64_t client, char* topic);
PubSubUnsub(instance, client, "news.trade");
0 成功;小于 0 为错误码。
0