ref: e0b01eb11d97d9d1e1f36cd9a62c87b9bd33c50c
dir: /src/types.h/
#pragma once sl_type *get_type(sl_v t); sl_type *get_array_type(sl_v eltype); sl_type *define_opaque_type(sl_v sym, usize sz, sl_cvtable *vtab, cvinitfunc_t init); void relocate_typetable(void);