pub unsafe extern "C" fn gsl_integration_qags( f: *const gsl_function, a: f64, b: f64, epsabs: f64, epsrel: f64, limit: usize, workspace: *mut gsl_integration_workspace, result: *mut f64, abserr: *mut f64) -> c_int