pub unsafe extern "C" fn gtk_window_begin_resize_drag(
    window: *mut GtkWindow,
    edge: GdkWindowEdge,
    button: c_int,
    root_x: c_int,
    root_y: c_int,
    timestamp: u32
)