pub type sk_X509V3_EXT_METHOD_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const X509V3_EXT_METHOD, arg2: *const *const X509V3_EXT_METHOD) -> c_int>;

Aliased Type§

enum sk_X509V3_EXT_METHOD_cmp_func {
    None,
    Some(unsafe extern "C" fn(_: *const *const v3_ext_method, _: *const *const v3_ext_method) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.