pub(crate) fn get_args_iter<'vm>( env: &'vm SloshVm, args: Value, name: &str, ) -> VMResult<Box<dyn Iterator<Item = Value> + 'vm>>