pub type SSL_new_session_cb = Option<unsafe extern "C" fn(ssl: *mut SSL, session: *mut SSL_SESSION) -> c_int>;
pub enum SSL_new_session_cb { None, Some(unsafe extern "C" fn(*mut ssl_st, *mut ssl_session_st) -> i32), }
No value.
Some value of type T.
T