pub unsafe extern "system" fn CryptMsgVerifyCountersignatureEncoded(
    hcryptprov: usize,
    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’