pub type X509V3_EXT_S2I = Option<unsafe extern "C" fn(_: *const v3_ext_method, _: *mut v3_ext_ctx, _: *const i8) -> *mut c_void>;
Aliased Type§
enum X509V3_EXT_S2I {
None,
Some(unsafe extern "C" fn(_: *const v3_ext_method, _: *mut v3_ext_ctx, _: *const i8) -> *mut c_void),
}