pub unsafe extern "C" fn gdk_window_reparent(
    window: *mut GdkWindow,
    new_parent: *mut GdkWindow,
    x: c_int,
    y: c_int
)