pub(crate) fn init<'tcx, F, T, B: Bridge>( container: &Container<'tcx, B>, f: F, ) -> Twhere F: FnOnce() -> T,