Type Alias windows::Win32::Security::WinTrust::PFN_ALLOCANDFILLDEFUSAGE
pub type PFN_ALLOCANDFILLDEFUSAGE = Option<unsafe extern "system" fn(pszusageoid: PCSTR, psdefusage: *const CRYPT_PROVIDER_DEFUSAGE) -> BOOL>;
Aliased Type§
enum PFN_ALLOCANDFILLDEFUSAGE {
None,
Some(unsafe extern "system" fn(_: PCSTR, _: *const CRYPT_PROVIDER_DEFUSAGE) -> BOOL),
}