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

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’