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