pub type LabelFn<C> = dyn Fn(&C) -> Option<NodeLabel> + Send + Sync;
The type of the SimpleLanguage::label_fn hook.
SimpleLanguage::label_fn