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