pub unsafe fn ResumeClusterNodeEx2<P0, P1>(
    hnode: P0,
    eresumefailbacktype: CLUSTER_NODE_RESUME_FAILBACK_TYPE,
    dwresumeflagsreserved: u32,
    lpszreason: P1
) -> u32
where P0: IntoParam<HNODE>, P1: IntoParam<PCWSTR>,