Function windows::Win32::Security::Cryptography::CryptCreateHash
pub unsafe fn CryptCreateHash(
hprov: usize,
algid: ALG_ID,
hkey: usize,
dwflags: u32,
phhash: *mut usize,
) -> Result<()>