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
Expand description

Required features: "Win32_Foundation"