Function windows_sys::Win32::Security::Cryptography::CryptMsgOpenToEncode
pub unsafe extern "system" fn CryptMsgOpenToEncode(
dwmsgencodingtype: u32,
dwflags: u32,
dwmsgtype: CRYPT_MSG_TYPE,
pvmsgencodeinfo: *const c_void,
pszinnercontentobjid: PCSTR,
pstreaminfo: *const CMSG_STREAM_INFO
) -> *mut c_void
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"