Type Alias sk_X509_NAME_ENTRY_compfunc

Source
pub type sk_X509_NAME_ENTRY_compfunc = Option<unsafe extern "C" fn(_: *const *const X509_name_entry_st, _: *const *const X509_name_entry_st) -> i32>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.