X509_STORE_set_verify_cb
X509_STORE_set_verify_cb(certstore, openssl_callback);
X509_STORE_set_verify_cb(store, openssl_callback);
X509_STORE_set_verify_cb(store, openssl_callback_ignore_crls);
X509_STORE_set_verify_cb(ts, X509_STORE_CTX_print_verify_cb);
X509_STORE_set_verify_cb(store, cms_cb);
X509_STORE_set_verify_cb(store, smime_cb);
X509_STORE_set_verify_cb(cert_ctx, verify_cb);
X509_STORE_set_verify_cb(store, cb);
X509_STORE_set_verify_cb(ctx, callb);
X509_STORE_set_verify_cb(store, cb);
void X509_STORE_set_verify_cb(X509_STORE *xs,
X509_STORE_set_verify_cb((ctx), (func))
X509_STORE_set_verify_cb(ts, X509_STORE_CTX_print_verify_cb);