Function silc_client_command_send
SYNOPSIS
void silc_client_command_send(SilcClient client,
SilcClientConnection conn,
SilcCommand command, uint16 ident,
uint32 argc, ...);
DESCRIPTION
Generic function to send any command. The arguments must be sent already
encoded into correct form and in correct order. If application wants
to perform the commands by itself, it can do so and send the data
directly to the server using this function. If application is using
the silc_client_command_call, this function is usually not used.