Function silc_protocol_unregister
SYNOPSIS
void silc_protocol_unregister(SilcProtocolType type,
SilcProtocolCallback callback);
DESCRIPTION
Unregisters protocol. The unregistering is done by both protocol type
and the protocol callback. Every registered protocol must be
unregistered using this function.