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