pub unsafe extern "C" fn gsl_integration_cquad( f: *const gsl_function, a: f64, b: f64, epsabs: f64, epsrel: f64, ws: *mut gsl_integration_cquad_workspace, result: *mut f64, abserr: *mut f64, nevals: *mut usize) -> c_int