Type Alias CMSG_KEY_AGREE_ENCRYPT_INFO
Source pub type CMSG_KEY_AGREE_ENCRYPT_INFO = _CMSG_KEY_AGREE_ENCRYPT_INFO;
struct CMSG_KEY_AGREE_ENCRYPT_INFO {
pub cbSize: u32,
pub dwRecipientIndex: u32,
pub KeyEncryptionAlgorithm: _CRYPT_ALGORITHM_IDENTIFIER,
pub UserKeyingMaterial: _CRYPTOAPI_BLOB,
pub dwOriginatorChoice: u32,
pub __bindgen_anon_1: _CMSG_KEY_AGREE_ENCRYPT_INFO__bindgen_ty_1,
pub cKeyAgreeKeyEncryptInfo: u32,
pub rgpKeyAgreeKeyEncryptInfo: *mut *mut _CMSG_KEY_AGREE_KEY_ENCRYPT_INFO,
pub dwFlags: u32,
}