windows::Win32::Security::Cryptography

Function NCryptVerifySignature

pub unsafe fn NCryptVerifySignature(
    hkey: NCRYPT_KEY_HANDLE,
    ppaddinginfo: Option<*const c_void>,
    pbhashvalue: &[u8],
    pbsignature: &[u8],
    dwflags: NCRYPT_FLAGS,
) -> Result<()>