func @importC = (filepath: [Char:*]) -> {MODULE};
Import a C file as a module.
filepath: path of the file to import
The imported C file as a module.
(TODO)