void silc_packet_stream_unlink(SilcPacketStream stream, SilcPacketCallbacks *callbacks, void *callback_context);
Unlinks the `callbacks' with `callback_context' from the packet stream indicated by `stream'. This function must be called for the callbacks that was linked to `stream' when they are not needed anymore.