pub type sk_X509V3_EXT_METHOD_copy_func = Option<unsafe extern "C" fn(arg1: *const X509V3_EXT_METHOD) -> *mut X509V3_EXT_METHOD>;

Aliased Type§

enum sk_X509V3_EXT_METHOD_copy_func {
    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.