SilcChannelEntry silc_client_ref_channel(SilcClient client, SilcClientConnection conn, SilcChannelEntry channel_entry);
Takes a reference of the channel entry indicated by `channel_entry' The reference must be released by calling silc_client_unref_channel after it is not needed anymore. Returns `channel_entry'.