typedef void (*SilcStreamNotifier)(SilcStream stream, SilcStreamStatus status, void *context);
A callback of this type is called as stream notifier to notify of a certain action taken over the stream. This is called to notify for example that data is ready for reading, or writing or that end of stream occurred.