pub unsafe fn AddCrossClusterGroupSetDependency<P0, P1, P2>(
    hdependentgroupset: P0,
    lpremoteclustername: P1,
    lpremotegroupsetname: P2
) -> u32
where P0: IntoParam<HGROUPSET>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,