Function windows::Win32::Security::Cryptography::NCryptVerifySignature

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