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