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: IntoParam<HCLUSTER>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<PCWSTR>,