pub type GUIDrawFunction = Arc<dyn Fn(&Context, &mut AppState)>;
pub struct GUIDrawFunction { /* private fields */ }