pub unsafe fn CreateGenericComposite<P0, P1>( pmkfirst: P0, pmkrest: P1, ) -> Result<IMoniker>where P0: Param<IMoniker>, P1: Param<IMoniker>,