pub type BrokenLinkCallback<'input, 'borrow> = Option<&'borrow mut dyn FnMut(BrokenLink<'input>) -> Option<(CowStr<'input>, CowStr<'input>)>>;