pub unsafe extern "system" fn CryptHashCertificate(
    hcryptprov: HCRYPTPROV_LEGACY,
    algid: ALG_ID,
    dwflags: u32,
    pbencoded: *const u8,
    cbencoded: u32,
    pbcomputedhash: *mut u8,
    pcbcomputedhash: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation"