Function windows::Win32::Security::Cryptography::CryptMsgCountersign

pub unsafe fn CryptMsgCountersign(
    hcryptmsg: *const c_void,
    dwindex: u32,
    rgcountersigners: &[CMSG_SIGNER_ENCODE_INFO],
) -> Result<()>