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: *mut c_void, phcontentencryptkey: *mut usize) -> BOOL>;
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"