Function windows::Win32::Networking::Clustering::AddClusterStorageNode

pub unsafe fn AddClusterStorageNode<P0, P1, P2, P3>(
    hcluster: P0,
    lpsznodename: P1,
    pfnprogresscallback: PCLUSTER_SETUP_PROGRESS_CALLBACK,
    pvcallbackarg: Option<*const c_void>,
    lpszclusterstoragenodedescription: P2,
    lpszclusterstoragenodelocation: P3,
) -> u32
where P0: Param<HCLUSTER>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,