[][src]Type Definition winapi::um::wincrypt::PFN_CMSG_IMPORT_KEY_AGREE

type PFN_CMSG_IMPORT_KEY_AGREE = Option<unsafe extern "system" fn(pContentEncryptionAlgorithm: PCRYPT_ALGORITHM_IDENTIFIER, pKeyAgreeDecryptPara: PCMSG_CTRL_KEY_AGREE_DECRYPT_PARA, dwFlags: DWORD, pvReserved: *mut c_void, phContentEncryptKey: *mut HCRYPTKEY) -> BOOL>;