pub unsafe fn PauseClusterNodeEx2<P0, P1, P2, P3>(
    hnode: P0,
    bdrainnode: P1,
    dwpauseflags: u32,
    hnodedraintarget: P2,
    lpszreason: P3
) -> u32
where P0: IntoParam<HNODE>, P1: IntoParam<BOOL>, P2: IntoParam<HNODE>, P3: IntoParam<PCWSTR>,