pub fn with_context<F, R>(f: F) -> Rwhere F: FnOnce(&Context) -> R,
Access the global context for reading.
Panics if polyscope has not been initialized.