pub fn exec_with_host_function_internal<F>( code: &str, expected_assembly: &str, id: &str, callback: F, ) -> Vmwhere F: 'static + FnMut(HostArgs),