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