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