A callback that takes a dynamic value and returns a String.
dynamic
typedef StringCallback<V> = String Function(V value);