import 'package:js/js.dart'; @JS("Module.ccall") external int ccall(String name, String returnType, List argTypes, List args);