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