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