pub unsafe extern "system" fn CryptHashPublicKeyInfo(
    hcryptprov: HCRYPTPROV_LEGACY,
    algid: u32,
    dwflags: u32,
    dwcertencodingtype: u32,
    pinfo: *const CERT_PUBLIC_KEY_INFO,
    pbcomputedhash: *mut u8,
    pcbcomputedhash: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"