This patch implements a workaround for a currently known and unfixed compiler bug, #70263, which prevented all traits with #[thin_trait_objects]
which have any references or generic lifetime arguments (which get translated to HRTBs in function pointers) from compiling.