pub unsafe fn AddClusterGroupSetDependencyEx<P0, P1, P2>(
    hdependentgroupset: P0,
    hprovidergroupset: P1,
    lpszreason: P2,
) -> u32
where P0: Param<HGROUPSET>, P1: Param<HGROUPSET>, P2: Param<PCWSTR>,