X509_STORE_set_verify_cb
LCRYPTO_USED(X509_STORE_set_verify_cb);
LCRYPTO_ALIAS(X509_STORE_set_verify_cb);
void X509_STORE_set_verify_cb(X509_STORE *ctx,
X509_STORE_set_verify_cb((ctx), (func))
X509_STORE_set_verify_cb(store, x509_store_callback);
X509_STORE_set_verify_cb(cert_ctx, verify_cb);
X509_STORE_set_verify_cb(cert_ctx, cb);
X509_STORE_set_verify_cb(ctx, callb);