pub unsafe fn MoveClusterGroupEx<P0, P1>(
    hgroup: P0,
    hdestinationnode: P1,
    dwmoveflags: u32,
    lpinbuffer: Option<&[u8]>
) -> u32
where P0: IntoParam<HGROUP>, P1: IntoParam<HNODE>,