Function windows_sys::Win32::Security::Cryptography::CryptVerifyCertificateSignature
pub unsafe extern "system" fn CryptVerifyCertificateSignature(
hcryptprov: HCRYPTPROV_LEGACY,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pbencoded: *const u8,
cbencoded: u32,
ppublickey: *const CERT_PUBLIC_KEY_INFO,
) -> BOOL