windows::Win32::Security::Cryptography

Function CryptMsgVerifyCountersignatureEncodedEx

pub unsafe fn CryptMsgVerifyCountersignatureEncodedEx(
    hcryptprov: Option<HCRYPTPROV_LEGACY>,
    dwencodingtype: u32,
    pbsignerinfo: &[u8],
    pbsignerinfocountersignature: &[u8],
    dwsignertype: u32,
    pvsigner: *const c_void,
    dwflags: u32,
    pvextra: Option<*mut c_void>,
) -> Result<()>