pub unsafe extern "C" fn gdk_window_move_resize(
    window: *mut GdkWindow,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int
)