Function windows::Win32::Security::Cryptography::CryptMsgOpenToDecode

pub unsafe fn CryptMsgOpenToDecode<P0>(
    dwmsgencodingtype: u32,
    dwflags: u32,
    dwmsgtype: u32,
    hcryptprov: P0,
    precipientinfo: Option<*const CERT_INFO>,
    pstreaminfo: Option<*const CMSG_STREAM_INFO>,
) -> *mut c_void
where P0: Param<HCRYPTPROV_LEGACY>,