Function windows::Win32::Networking::Clustering::PauseClusterNodeEx

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