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