Type Alias sk_OCSP_CERTID_cmp_func

Source
pub type sk_OCSP_CERTID_cmp_func = Option<unsafe extern "C" fn(arg1: *const *const OCSP_CERTID, arg2: *const *const OCSP_CERTID) -> c_int>;

Aliased Type§

pub enum sk_OCSP_CERTID_cmp_func {
    None,
    Some(unsafe extern "C" fn(*const *const ocsp_cert_id_st, *const *const ocsp_cert_id_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const *const ocsp_cert_id_st, *const *const ocsp_cert_id_st) -> i32)

Some value of type T.