windows::Win32::Security::Cryptography

Function CryptHashCertificate

pub unsafe fn CryptHashCertificate(
    hcryptprov: Option<HCRYPTPROV_LEGACY>,
    algid: ALG_ID,
    dwflags: u32,
    pbencoded: &[u8],
    pbcomputedhash: Option<*mut u8>,
    pcbcomputedhash: *mut u32,
) -> Result<()>