Function silc_idcache_find_by_id_one
SYNOPSIS
bool silc_idcache_find_by_id_one(SilcIDCache cache, void *id,
SilcIDCacheEntry *ret);
DESCRIPTION
Find ID Cache entry by ID. Returns only one entry from the cache
and the found entry is considered to be exact match. Returns TRUE
if the entry was found.