pub unsafe extern "system" fn NCryptSecretAgreement(
    hprivkey: NCRYPT_KEY_HANDLE,
    hpubkey: NCRYPT_KEY_HANDLE,
    phagreedsecret: *mut NCRYPT_SECRET_HANDLE,
    dwflags: NCRYPT_FLAGS
) -> i32
Expand description

Required features: "Win32_Security_Cryptography"