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