windows::Win32::Networking::Clustering

Function CreateClusterGroupEx

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