Return the new-session callback previously set on ctx.
ctx.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
int(* SSL_CTX_sess_get_new_cb(SSL_CTX* ctx))(ssl_st*, SSL_SESSION*);
Pointer to the callback, or NULL if unset.