Function windows_sys::Win32::Security::Cryptography::VerifyHash

pub unsafe extern "system" fn VerifyHash(
    hcrypto: *const INFORMATIONCARD_CRYPTO_HANDLE,
    cbhash: u32,
    phash: *const u8,
    hashalgoid: PCWSTR,
    cbsig: u32,
    psig: *const u8,
    pfverified: *mut BOOL,
) -> HRESULT