pub unsafe fn CreateClusterGroupEx<P0, P1>(
    hcluster: P0,
    lpszgroupname: P1,
    pgroupinfo: Option<*const CLUSTER_CREATE_GROUP_INFO>
) -> HGROUP
where P0: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>,