[#OPENSSL_LH_HASHFUNCTHUNK] = OPENSSL_LH_HASHFUNCTHUNK :mrdocs: Adapter that invokes a typed OPENSSL_LH_HASHFUNC on a void* element. == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef unsigned long(* OPENSSL_LH_HASHFUNCTHUNK)(void const*, xref:OPENSSL_LH_HASHFUNC.adoc[OPENSSL_LH_HASHFUNC]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#