Function silc_client_init
SYNOPSIS
int silc_client_init(SilcClient client);
DESCRIPTION
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.