pub type PFN_PROVIDER_CERTCHKPOLICY_CALL = Option<unsafe extern "system" fn(pprovdata: *const CRYPT_PROVIDER_DATA, idxsigner: u32, fcountersignerchain: BOOL, idxcountersigner: u32) -> BOOL>;
Expand description

Required features: "Win32_Foundation", "Win32_Security_Cryptography_Catalog", "Win32_Security_Cryptography_Sip"

Aliased Type§

enum PFN_PROVIDER_CERTCHKPOLICY_CALL {
    None,
    Some(unsafe extern "system" fn(_: *const CRYPT_PROVIDER_DATA, _: u32, _: i32, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.