pub unsafe extern "C" fn CVodeSetEtaFixedStepBounds(
    cvode_mem: *mut c_void,
    eta_min_fx: realtype,
    eta_max_fx: realtype
) -> c_int