pub type HandleSymbol<'a> = Handle<'a, *mut Symbol>;
struct HandleSymbol<'a> { pub(crate) ptr: &'a *mut Symbol, }
ptr: &'a *mut Symbol