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