Type Alias boring_sys::X509_STORE_CTX_check_crl_fn

source ·
pub type X509_STORE_CTX_check_crl_fn = Option<unsafe extern "C" fn(ctx: *mut X509_STORE_CTX, crl: *mut X509_CRL) -> c_int>;

Aliased Type§

enum X509_STORE_CTX_check_crl_fn {
    None,
    Some(unsafe extern "C" fn(_: *mut x509_store_ctx_st, _: *mut X509_crl_st) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut x509_store_ctx_st, _: *mut X509_crl_st) -> i32)

Some value of type T.