fn string_agg( state: Option<Box<str>>, value: Option<&str>, delimiter: Option<&str>, ) -> Option<Box<str>>