pub type PFN_CMSG_IMPORT_KEY_TRANS = Option<unsafe extern "system" fn(pcontentencryptionalgorithm: *const CRYPT_ALGORITHM_IDENTIFIER, pkeytransdecryptpara: *const CMSG_CTRL_KEY_TRANS_DECRYPT_PARA, dwflags: u32, pvreserved: *const c_void, phcontentencryptkey: *mut usize) -> BOOL>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PFN_CMSG_IMPORT_KEY_TRANS {
    None,
    Some(unsafe extern "system" fn(_: *const CRYPT_ALGORITHM_IDENTIFIER, _: *const CMSG_CTRL_KEY_TRANS_DECRYPT_PARA, _: u32, _: *const c_void, _: *mut usize) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const CRYPT_ALGORITHM_IDENTIFIER, _: *const CMSG_CTRL_KEY_TRANS_DECRYPT_PARA, _: u32, _: *const c_void, _: *mut usize) -> i32)

Some value of type T.