void silc_server_stop(SilcServer server, SilcServerStop stop_callback, void *stop_context);
Stops the SILC server. Stopping of the server is asynchronous and once it has stopped the `stopped' callback will be called with the `stop_context'. Application should not exit without calling this function.