windows::Win32::Security::Cryptography

Function CryptMsgVerifyCountersignatureEncoded

pub unsafe fn CryptMsgVerifyCountersignatureEncoded(
    hcryptprov: Option<HCRYPTPROV_LEGACY>,
    dwencodingtype: u32,
    pbsignerinfo: &[u8],
    pbsignerinfocountersignature: &[u8],
    pcicountersigner: *const CERT_INFO,
) -> Result<()>