Function CoMarshalInterface
pub unsafe fn CoMarshalInterface<P0, P2>(
pstm: P0,
riid: *const GUID,
punk: P2,
dwdestcontext: u32,
pvdestcontext: Option<*const c_void>,
mshlflags: u32,
) -> Result<()>where
P0: Param<IStream>,
P2: Param<IUnknown>,