Function windows_sys::Win32::Security::Cryptography::BCryptVerifySignature
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: BCRYPT_FLAGS
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"