fn subst_img( htmlstr: Box<str>, prefix: &str, images: &mut FxHashSet<Box<str>>, ) -> Result<Box<str>, String>