pub type PFN_CMSG_GEN_CONTENT_ENCRYPT_KEY = Option<unsafe extern "C" fn(pContentEncryptInfo: PCMSG_CONTENT_ENCRYPT_INFO, dwFlags: DWORD, pvReserved: *mut c_void) -> BOOL>;
Aliased Type§
enum PFN_CMSG_GEN_CONTENT_ENCRYPT_KEY {
None,
Some(unsafe extern "C" fn(_: *mut _CMSG_CONTENT_ENCRYPT_INFO, _: u32, _: *mut c_void) -> i32),
}