pub fn exec_with_host_function<F>( code: &str, expected_assembly: &str, expected_hex: &str, id: &str, callback: F, )where F: 'static + FnMut(HostArgs),