pub unsafe extern "system" fn CryptMsgVerifyCountersignatureEncoded(
hcryptprov: HCRYPTPROV_LEGACY,
dwencodingtype: u32,
pbsignerinfo: *const u8,
cbsignerinfo: u32,
pbsignerinfocountersignature: *const u8,
cbsignerinfocountersignature: u32,
pcicountersigner: *const CERT_INFO
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"