[][src]Function gsl_sys::gsl_histogram_set_ranges_uniform

pub unsafe extern "C" fn gsl_histogram_set_ranges_uniform(
    h: *mut gsl_histogram,
    xmin: f64,
    xmax: f64
) -> c_int