pub type SSL_client_hello_cb_fn = Option<unsafe extern "C" fn(*mut ssl_st, *mut i32, *mut c_void) -> i32>;
enum SSL_client_hello_cb_fn { None, Some(unsafe extern "C" fn(*mut ssl_st, *mut i32, *mut c_void) -> i32), }
No value.
Some value of type T.
T