tls_ocsp_stapling_cb
int tls_ocsp_stapling_cb(SSL *ssl, void *arg);
if (SSL_CTX_set_tlsext_status_cb(*ssl_ctx, tls_ocsp_stapling_cb) != 1) {