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