pub unsafe fn DeferWindowPos<P0, P1, P2>(
    hwinposinfo: P0,
    hwnd: P1,
    hwndinsertafter: P2,
    x: i32,
    y: i32,
    cx: i32,
    cy: i32,
    uflags: SET_WINDOW_POS_FLAGS
) -> Result<HDWP>
where P0: IntoParam<HDWP>, P1: IntoParam<HWND>, P2: IntoParam<HWND>,