pub type PFN_FREEDEFUSAGE = Option<unsafe extern "system" fn(pszusageoid: PCSTR, psdefusage: *const CRYPT_PROVIDER_DEFUSAGE) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_FREEDEFUSAGE {
    None,
    Some(unsafe extern "system" fn(_: *const u8, _: *const CRYPT_PROVIDER_DEFUSAGE) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.