Function CryptMsgVerifyCountersignatureEncoded

Source
pub unsafe extern "C" fn CryptMsgVerifyCountersignatureEncoded(
    hCryptProv: HCRYPTPROV_LEGACY,
    dwEncodingType: DWORD,
    pbSignerInfo: PBYTE,
    cbSignerInfo: DWORD,
    pbSignerInfoCountersignature: PBYTE,
    cbSignerInfoCountersignature: DWORD,
    pciCountersigner: PCERT_INFO,
) -> BOOL