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