RegexEvalCallback

typealias RegexEvalCallback = (matchInfo: MatchInfo, result: String) -> Boolean

Specifies the type of the function passed to g_regex_replace_eval(). It is called for each occurrence of the pattern in the string passed to g_regex_replace_eval(), and it should append the replacement to