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