Function windows_sys::Win32::Security::Cryptography::CryptVerifyMessageHash
[−]pub unsafe extern "system" fn CryptVerifyMessageHash(
phashpara: *const CRYPT_HASH_MESSAGE_PARA,
pbhashedblob: *const u8,
cbhashedblob: u32,
pbtobehashed: *mut u8,
pcbtobehashed: *mut u32,
pbcomputedhash: *mut u8,
pcbcomputedhash: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"