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