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