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