Function windows::Win32::Security::Cryptography::CryptHashPublicKeyInfo
pub unsafe fn CryptHashPublicKeyInfo<P0>(
hcryptprov: P0,
algid: ALG_ID,
dwflags: u32,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pinfo: *const CERT_PUBLIC_KEY_INFO,
pbcomputedhash: Option<*mut u8>,
pcbcomputedhash: *mut u32,
) -> Result<()>where
P0: Param<HCRYPTPROV_LEGACY>,