pub type HostFunctionBuilder = Arc<dyn Fn(&mut Store) -> Function + Send + Sync>;
pub struct HostFunctionBuilder { /* private fields */ }