pub type t_symbol = _symbol;
#[repr(C)]pub struct t_symbol { pub s_name: *const i8, pub s_thing: *mut *mut _class, pub s_next: *mut _symbol, }
s_name: *const i8
s_thing: *mut *mut _class
s_next: *mut _symbol