bool silc_client_init(SilcClient client);
Initializes the client. This makes all the necessary steps to make the client ready to be run. One must call silc_client_run to run the client. Returns FALSE if error occurred, TRUE otherwise.