Sets the Tor client to dormant mode.
void artiClientSetDormant(Pointer<Void> client, bool softMode) { _bindings.arti_client_set_dormant(client, softMode ? true : false); }