Type Alias PFN_CERT_STORE_PROV_FIND_CRL

Source
pub type PFN_CERT_STORE_PROV_FIND_CRL = Option<unsafe extern "C" fn(hStoreProv: HCERTSTOREPROV, pFindInfo: PCCERT_STORE_PROV_FIND_INFO, pPrevCrlContext: PCCRL_CONTEXT, dwFlags: DWORD, ppvStoreProvFindInfo: *mut *mut c_void, ppProvCrlContext: *mut PCCRL_CONTEXT) -> BOOL>;

Aliased Type§

enum PFN_CERT_STORE_PROV_FIND_CRL {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const _CERT_STORE_PROV_FIND_INFO, _: *const _CRL_CONTEXT, _: u32, _: *mut *mut c_void, _: *mut *const _CRL_CONTEXT) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const _CERT_STORE_PROV_FIND_INFO, _: *const _CRL_CONTEXT, _: u32, _: *mut *mut c_void, _: *mut *const _CRL_CONTEXT) -> i32)

Some value of type T.