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