pub type HostFunctionMap = HashMap<String, Vec<(String, HostFunctionBuilder)>>;
pub struct HostFunctionMap { /* private fields */ }