pub unsafe extern "system" fn BCryptSecretAgreement(
    hprivkey: BCRYPT_KEY_HANDLE,
    hpubkey: BCRYPT_KEY_HANDLE,
    phagreedsecret: *mut *mut c_void,
    dwflags: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"