pub unsafe fn IUnknown_SetSite<P0, P1>(punk: P0, punksite: P1) -> Result<()>
where P0: IntoParam<IUnknown>, P1: IntoParam<IUnknown>,