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