Function AddClusterNodeEx
pub unsafe fn AddClusterNodeEx<P1>(
hcluster: HCLUSTER,
lpsznodename: P1,
dwflags: u32,
pfnprogresscallback: PCLUSTER_SETUP_PROGRESS_CALLBACK,
pvcallbackarg: Option<*const c_void>,
) -> HNODEwhere
P1: Param<PCWSTR>,