pub fn capture_eval_context() -> Option<(Arc<GlobalEnv>, Arc<str>)>
Capture the current eval context so it can be installed on another thread.
Returns None if there is no active context.
None