1use crate::records::symbol::Symbol; 2 3impl Symbol { 4 pub fn symbol() -> Self { 5 Symbol::symbol_ast_local(core::ptr::null_mut()) 6 } 7}