pub type Imports = Vec<Func>;
Imported functions. pub type Imports = IndexMap<u32, Func>;
struct Imports { /* private fields */ }