int rust_func(void); int main(int argc, char *argv[]) { return rust_func(); }