how would i ensure that a function in kotlin-native matches a specific header/prototype?
i am seeing if i can write weechat plugins and it seems like the program will try to call this specific signature:
Copy code
int weechat_plugin_init (struct t_weechat_plugin *plugin,
int argc, char *argv[]);
can i write somethin in my .def file that woud generate the correct