pub fn atom_from_stream<'a>( allocator: &'a mut Allocator, f: &mut Stream, b_: u8, _to_sexp_f: Box<dyn TToSexpF<'a>>, ) -> Result<NodePtr, EvalErr>