pub unsafe fn OpenClusterGroupSet<P0, P1>(
    hcluster: P0,
    lpszgroupsetname: P1
) -> HGROUPSET
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,