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