Function windows_sys::Win32::Security::Cryptography::CryptHashMessage
pub unsafe extern "system" fn CryptHashMessage(
phashpara: *const CRYPT_HASH_MESSAGE_PARA,
fdetachedhash: BOOL,
ctobehashed: u32,
rgpbtobehashed: *const *const u8,
rgcbtobehashed: *const u32,
pbhashedblob: *mut u8,
pcbhashedblob: *mut u32,
pbcomputedhash: *mut u8,
pcbcomputedhash: *mut u32,
) -> BOOL