pub unsafe extern "C" fn gtk_range_set_range(
    range: *mut GtkRange,
    min: c_double,
    max: c_double
)