pub unsafe extern "C" fn gtk_widget_set_size_request(
    widget: *mut GtkWidget,
    width: c_int,
    height: c_int
)