Function windows::Win32::Security::Cryptography::BCryptVerifySignature

pub unsafe fn BCryptVerifySignature<P0>(
    hkey: P0,
    ppaddinginfo: Option<*const c_void>,
    pbhash: &[u8],
    pbsignature: &[u8],
    dwflags: BCRYPT_FLAGS,
) -> NTSTATUS
where P0: Param<BCRYPT_KEY_HANDLE>,