pub unsafe extern "C" fn gsl_odeiv2_control_hadjust( c: *mut gsl_odeiv2_control, s: *mut gsl_odeiv2_step, y: *const f64, yerr: *const f64, dydt: *const f64, h: *mut f64) -> c_int