pub fn try_with_context<F, R>(f: F) -> Option<R>where F: FnOnce(&Context) -> R,
Try to access the global context for reading.
Returns None if polyscope has not been initialized.
None