pub type TypeSec = Section<Vec<FuncType>>;
pub struct TypeSec { pub size: u32, pub value: Vec<FuncType>, }
size: u32
value: Vec<FuncType>