Function type for sanitizing rune lists.
typedef RuneSanitizer = List<int> Function(List<int> runes);