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