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>;

Aliased Type§

enum PFN_CMSG_IMPORT_KEY_AGREE {
    None,
    Some(unsafe extern "C" fn(_: *mut _CRYPT_ALGORITHM_IDENTIFIER, _: *mut _CMSG_CTRL_KEY_AGREE_DECRYPT_PARA, _: u32, _: *mut c_void, _: *mut u64) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _CRYPT_ALGORITHM_IDENTIFIER, _: *mut _CMSG_CTRL_KEY_AGREE_DECRYPT_PARA, _: u32, _: *mut c_void, _: *mut u64) -> i32)

Some value of type T.