pub type RenameFn = Box<dyn Fn(&str) -> String + Send + Sync>;
A glyph rename function that maps file stems to custom glyph names.
pub struct RenameFn(/* private fields */);