Type Alias boring_sys::X509_STORE_CTX_check_issued_fn

source ·
pub type X509_STORE_CTX_check_issued_fn = Option<unsafe extern "C" fn(ctx: *mut X509_STORE_CTX, x: *mut X509, issuer: *mut X509) -> c_int>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.