pub unsafe extern "C" fn gtk_widget_get_preferred_width(
    widget: *mut GtkWidget,
    minimum_width: *mut c_int,
    natural_width: *mut c_int
)