_DynResize
int _DynRealloc(), _DynResize();
if ((ret = _DynResize(obj, obj->num_el + num)) != DYN_OK)
if ((ret = _DynResize(obj, idx)) != DYN_OK)