Type Alias PFN_CMSG_IMPORT_KEY_TRANS
Source pub type PFN_CMSG_IMPORT_KEY_TRANS = Option<unsafe extern "C" fn(pContentEncryptionAlgorithm: PCRYPT_ALGORITHM_IDENTIFIER, pKeyTransDecryptPara: PCMSG_CTRL_KEY_TRANS_DECRYPT_PARA, dwFlags: DWORD, pvReserved: *mut c_void, phContentEncryptKey: *mut HCRYPTKEY) -> BOOL>;
enum PFN_CMSG_IMPORT_KEY_TRANS {
None,
Some(unsafe extern "C" fn(_: *mut _CRYPT_ALGORITHM_IDENTIFIER, _: *mut _CMSG_CTRL_KEY_TRANS_DECRYPT_PARA, _: u32, _: *mut c_void, _: *mut u64) -> i32),
}