Typedef of a function that can be called by dart_eval.
typedef EvalCallableFunc = $Value? Function( Runtime runtime, $Value? target, List<$Value?> args);