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