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