pub unsafe fn PeerGroupJoin<P0, P1, P2>( pwzidentity: P0, pwzinvitation: P1, pwzcloud: P2, phgroup: *mut *mut c_void, ) -> Result<()>where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,