pub unsafe fn CreateClusterGroup<P0, P1>(
    hcluster: P0,
    lpszgroupname: P1
) -> HGROUP
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,