Function windows::Win32::Security::Cryptography::CryptMsgOpenToEncode

pub unsafe fn CryptMsgOpenToEncode<P0>(
    dwmsgencodingtype: u32,
    dwflags: u32,
    dwmsgtype: CRYPT_MSG_TYPE,
    pvmsgencodeinfo: *const c_void,
    pszinnercontentobjid: P0,
    pstreaminfo: Option<*const CMSG_STREAM_INFO>,
) -> *mut c_void
where P0: Param<PCSTR>,