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