Function windows::Win32::Networking::Clustering::ClusterNodeReplacement

pub unsafe fn ClusterNodeReplacement<P0, P1, P2>(
    hcluster: P0,
    lpsznodenamecurrent: P1,
    lpsznodenamenew: P2,
) -> u32
where P0: Param<HCLUSTER>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,