pub unsafe extern "C" fn gsl_spmatrix_float_set( m: *mut gsl_spmatrix_float, i: usize, j: usize, x: f32, ) -> c_int