[#ENGINE_GEN_FUNC_PTR] = ENGINE_GEN_FUNC_PTR :mrdocs: Generic ENGINE callback with no parameters. == Synopsis Declared in `<openssl/engine.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef int(* ENGINE_GEN_FUNC_PTR)(); ---- == Return Value Implementation‐defined status; typically nonzero for success. [.small]#Created with https://www.mrdocs.com[MrDocs]#