pub type SSLBadCertHandler = Option<unsafe extern "C" fn(arg: *mut c_void, fd: *mut PRFileDesc) -> SECStatus>;
pub enum SSLBadCertHandler { None, Some(unsafe extern "C" fn(*mut c_void, *mut PRFileDesc) -> SECStatus), }
No value.
Some value of type T.
T