Skip to main content

SSL_remove_session_cb

Type Alias SSL_remove_session_cb 

Source
pub type SSL_remove_session_cb = Option<unsafe extern "C" fn(ctx: *mut SSL_CTX, session: *mut SSL_SESSION)>;

Aliased Type§

pub enum SSL_remove_session_cb {
    None,
    Some(unsafe extern "C" fn(*mut ssl_ctx_st, *mut ssl_session_st)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut ssl_ctx_st, *mut ssl_session_st))

Some value of type T.