pub type VariableName = VariableName<Symbol>;
pub enum VariableName { Pseudo(Span<SymbolU32>), Global(Span<SymbolU32>), User(Span<SymbolU32>), }