pub fn render_target<R: RsFunc>( t: &impl Target<R>, f: &R, go: &mut impl FnMut(R::Block) -> Result<TokenStream>, prepend: impl Iterator<Item: Rs<R>>, ) -> Result<TokenStream>