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