Type Alias sk_X509V3_EXT_METHOD_copyfunc

Source
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§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *const v3_ext_method) -> *mut v3_ext_method)

Some value of type T.