Function SSL_CTX_sess_get_remove_cb

Source
pub unsafe extern "C" fn SSL_CTX_sess_get_remove_cb(
    ctx: *mut ssl_ctx_st,
) -> Option<unsafe extern "C" fn(*mut ssl_ctx_st, *mut ssl_session_st)>