Function silc_client_del_connection
SYNOPSIS
void silc_client_del_connection(SilcClient client,
SilcClientConnection conn);
DESCRIPTION
Removes connection from client. Frees all memory. The library
call this function automatically for all connection contexts.
The application however may free the connection contexts it has
allocated.