pub unsafe extern "system" fn BCryptVerifySignature(
    hkey: BCRYPT_KEY_HANDLE,
    ppaddinginfo: *const c_void,
    pbhash: *const u8,
    cbhash: u32,
    pbsignature: *const u8,
    cbsignature: u32,
    dwflags: NCRYPT_FLAGS
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"