Function windows::Win32::Security::Cryptography::NCryptSecretAgreement

pub unsafe fn NCryptSecretAgreement<P0, P1>(
    hprivkey: P0,
    hpubkey: P1,
    phagreedsecret: *mut NCRYPT_SECRET_HANDLE,
    dwflags: NCRYPT_FLAGS,
) -> Result<()>
where P0: Param<NCRYPT_KEY_HANDLE>, P1: Param<NCRYPT_KEY_HANDLE>,