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