pub unsafe extern "C" fn gsl_vector_float_set_all(
    v: *mut gsl_vector_float,
    x: f32
)