pub type sk_OCSP_SINGLERESP_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const OCSP_SINGLERESP, arg2: *const *const OCSP_SINGLERESP) -> c_int>;
Aliased Type§
pub enum sk_OCSP_SINGLERESP_cmp_func {
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
.