1 /* Returns whether a quit is pending. */ 2 bool (*should_quit) (emacs_env *env) 3 EMACS_ATTRIBUTE_NONNULL(1);