pub fn apply_callable( vm: &mut SloshVm, lambda: Value, args: &[Value], ) -> VMResult<Value>
Call lambda with args, this is re-entrant.