pub unsafe fn SetClusterGroupSetDependencyExpressionEx<P0, P1, P2>(
    hgroupset: P0,
    lpszdependencyexpression: P1,
    lpszreason: P2
) -> u32
where P0: IntoParam<HGROUPSET>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,