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§
pub 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.