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