pub type PFN_CERT_STORE_PROV_DELETE_CRL = Option<unsafe extern "system" fn(hstoreprov: HCERTSTOREPROV, pcrlcontext: *const CRL_CONTEXT, dwflags: u32) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_CERT_STORE_PROV_DELETE_CRL {
    None,
    Some(unsafe extern "system" fn(_: *mut c_void, _: *const CRL_CONTEXT, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *mut c_void, _: *const CRL_CONTEXT, _: u32) -> i32)

Some value of type T.