pub unsafe fn MoveWindow<P0, P1>(
    hwnd: P0,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    brepaint: P1
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,