AddClusterNode

Function AddClusterNode 

pub unsafe fn AddClusterNode<P1>(
    hcluster: HCLUSTER,
    lpsznodename: P1,
    pfnprogresscallback: PCLUSTER_SETUP_PROGRESS_CALLBACK,
    pvcallbackarg: Option<*const c_void>,
) -> HNODE
where P1: Param<PCWSTR>,