pub type PFN_CMSG_EXPORT_KEY_TRANS = Option<unsafe extern "system" fn(pcontentencryptinfo: *const CMSG_CONTENT_ENCRYPT_INFO, pkeytransencodeinfo: *const CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO, pkeytransencryptinfo: *mut CMSG_KEY_TRANS_ENCRYPT_INFO, dwflags: u32, pvreserved: *const c_void) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_CMSG_EXPORT_KEY_TRANS {
    None,
    Some(unsafe extern "system" fn(_: *const CMSG_CONTENT_ENCRYPT_INFO, _: *const CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO, _: *mut CMSG_KEY_TRANS_ENCRYPT_INFO, _: u32, _: *const c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const CMSG_CONTENT_ENCRYPT_INFO, _: *const CMSG_KEY_TRANS_RECIPIENT_ENCODE_INFO, _: *mut CMSG_KEY_TRANS_ENCRYPT_INFO, _: u32, _: *const c_void) -> i32)

Some value of type T.