pub unsafe extern "C" fn CVodeSetEtaMax(
    cvode_mem: *mut c_void,
    eta_max_gs: realtype
) -> c_int