Function windows::Win32::Security::Cryptography::CryptHashCertificate

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