pub unsafe extern "system" fn CryptVerifyCertificateSignature(
    hcryptprov: HCRYPTPROV_LEGACY,
    dwcertencodingtype: u32,
    pbencoded: *const u8,
    cbencoded: u32,
    ppublickey: *const CERT_PUBLIC_KEY_INFO
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"