Function windows_sys::Win32::Security::Cryptography::NCryptSecretAgreement
pub unsafe extern "system" fn NCryptSecretAgreement(
hprivkey: NCRYPT_KEY_HANDLE,
hpubkey: NCRYPT_KEY_HANDLE,
phagreedsecret: *mut NCRYPT_SECRET_HANDLE,
dwflags: NCRYPT_FLAGS
) -> HRESULT