SilcBool silc_idcache_del(SilcIDCache cache, SilcIDCacheEntry entry, void *app_context);
Delete cache entry from cache. Returns TRUE if the entry was deleted. The destructor will be called for the entry. The `app_context' is delivered to the destructor.