typedef void (*SilcHashForeach)(void *key, void *context, void *user_context);
Foreach function. This is called when traversing the entrys in the hash table using silc_hash_table_foreach. The `user_context' is application specific context and is delivered to the callback.