Type Alias PFN_CMSG_IMPORT_KEY_AGREE
Source pub type PFN_CMSG_IMPORT_KEY_AGREE = Option<unsafe extern "C" fn(pContentEncryptionAlgorithm: PCRYPT_ALGORITHM_IDENTIFIER, pKeyAgreeDecryptPara: PCMSG_CTRL_KEY_AGREE_DECRYPT_PARA, dwFlags: DWORD, pvReserved: *mut c_void, phContentEncryptKey: *mut HCRYPTKEY) -> BOOL>;
pub enum PFN_CMSG_IMPORT_KEY_AGREE {
None,
Some(unsafe extern "C" fn(*mut _CRYPT_ALGORITHM_IDENTIFIER, *mut _CMSG_CTRL_KEY_AGREE_DECRYPT_PARA, u64, *mut c_void, *mut u64) -> i32),
}