Function windows::Win32::Security::Cryptography::CertVerifyRevocation

pub unsafe fn CertVerifyRevocation(
    dwencodingtype: u32,
    dwrevtype: u32,
    rgpvcontext: &[*const c_void],
    dwflags: u32,
    prevpara: Option<*const CERT_REVOCATION_PARA>,
    prevstatus: *mut CERT_REVOCATION_STATUS,
) -> Result<()>