pub fn capture<Ret>(f: impl FnOnce() -> Ret) -> (Ret, FxHashMap<String, Value>)
(Experimental) Captures output.
This is not stable and may be removed in the future.