Type Alias PFN_CMSG_EXPORT_KEY_AGREE

Source
pub type PFN_CMSG_EXPORT_KEY_AGREE = Option<unsafe extern "C" fn(pContentEncryptInfo: PCMSG_CONTENT_ENCRYPT_INFO, pKeyAgreeEncodeInfo: PCMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO, pKeyAgreeEncryptInfo: PCMSG_KEY_AGREE_ENCRYPT_INFO, dwFlags: DWORD, pvReserved: *mut c_void) -> BOOL>;

Aliased Type§

enum PFN_CMSG_EXPORT_KEY_AGREE {
    None,
    Some(unsafe extern "C" fn(_: *mut _CMSG_CONTENT_ENCRYPT_INFO, _: *mut _CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO, _: *mut _CMSG_KEY_AGREE_ENCRYPT_INFO, _: u32, _: *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _CMSG_CONTENT_ENCRYPT_INFO, _: *mut _CMSG_KEY_AGREE_RECIPIENT_ENCODE_INFO, _: *mut _CMSG_KEY_AGREE_ENCRYPT_INFO, _: u32, _: *mut c_void) -> i32)

Some value of type T.