pub(crate) static FEATURES: LazyLock<Mutex<HashSet<Symbol<'static>>>>
Rust translation of the features variable: A list of symbols are the features of the executing Emacs. Used by featurep and require, altered by provide.
features
featurep
require
provide