Function windows::Win32::Security::Cryptography::VerifyHash

pub unsafe fn VerifyHash<P0>(
    hcrypto: *const INFORMATIONCARD_CRYPTO_HANDLE,
    phash: &[u8],
    hashalgoid: P0,
    psig: &[u8],
) -> Result<BOOL>
where P0: Param<PCWSTR>,