pub unsafe extern "system" fn NCryptVerifySignature(
    hkey: NCRYPT_KEY_HANDLE,
    ppaddinginfo: *const c_void,
    pbhashvalue: *const u8,
    cbhashvalue: u32,
    pbsignature: *const u8,
    cbsignature: u32,
    dwflags: NCRYPT_FLAGS
) -> i32
Expand description

Required features: "Win32_Security_Cryptography"