Function CryptHashCertificate

Source
pub unsafe extern "C" fn CryptHashCertificate(
    hCryptProv: HCRYPTPROV_LEGACY,
    Algid: ALG_ID,
    dwFlags: DWORD,
    pbEncoded: *const BYTE,
    cbEncoded: DWORD,
    pbComputedHash: *mut BYTE,
    pcbComputedHash: *mut DWORD,
) -> BOOL