[][src]Function openssl_sys::SSL_CTX_sess_set_new_cb

pub unsafe extern "C" fn SSL_CTX_sess_set_new_cb(
    ctx: *mut SSL_CTX,
    new_session_cb: Option<unsafe extern "C" fn(_: *mut SSL, _: *mut SSL_SESSION) -> c_int>
)