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