Type Alias boring_sys::X509_STORE_CTX_lookup_crls_fn

source ·
pub type X509_STORE_CTX_lookup_crls_fn = Option<unsafe extern "C" fn(ctx: *mut X509_STORE_CTX, nm: *mut X509_NAME) -> *mut stack_st_X509_CRL>;

Aliased Type§

enum X509_STORE_CTX_lookup_crls_fn {
    None,
    Some(unsafe extern "C" fn(_: *mut x509_store_ctx_st, _: *mut X509_name_st) -> *mut stack_st_X509_CRL),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.