pub type LinkMatcherHandlerFn = Arc<Box<dyn Fn(Modifiers, &str)>>;
pub struct LinkMatcherHandlerFn { /* private fields */ }