[#OPENSSL_LH_HASHFUNC] = OPENSSL_LH_HASHFUNC :mrdocs: Hash callback that maps an LHASH element pointer to an unsigned long hash value. == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef unsigned long(* OPENSSL_LH_HASHFUNC)(void const*); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#