typedef void (*SilcIDCacheDestructor)(SilcIDCache cache, const SilcIDCacheEntry entry, void *destructor_context, void *app_context);
Destructor callback given as argument to silc_idcache_alloc. This is called when an entry is deleted from the cache. Application must free the contents of the `entry'.