pub type X509V3_EXT_I2V = Option<unsafe extern "C" fn(method: *const X509V3_EXT_METHOD, ext: *mut c_void, extlist: *mut stack_st_CONF_VALUE) -> *mut stack_st_CONF_VALUE>;
Aliased Type§
enum X509V3_EXT_I2V {
None,
Some(unsafe extern "C" fn(_: *const v3_ext_method, _: *mut c_void, _: *mut stack_st_CONF_VALUE) -> *mut stack_st_CONF_VALUE),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const v3_ext_method, _: *mut c_void, _: *mut stack_st_CONF_VALUE) -> *mut stack_st_CONF_VALUE)
Some value of type T
.