pub fn with_reference_semantics<T>(f: impl FnOnce() -> T) -> T
Run f with reference semantics forced on this thread (the bootstrap scope).
f