pub unsafe extern "C" fn CryptHashPublicKeyInfo(
hCryptProv: HCRYPTPROV_LEGACY,
Algid: ALG_ID,
dwFlags: DWORD,
dwCertEncodingType: DWORD,
pInfo: PCERT_PUBLIC_KEY_INFO,
pbComputedHash: *mut BYTE,
pcbComputedHash: *mut DWORD,
) -> BOOL