pub unsafe fn ClusterAddGroupToGroupSet<P0, P1>(
    hgroupset: P0,
    hgroup: P1
) -> u32
where P0: IntoParam<HGROUPSET>, P1: IntoParam<HGROUP>,