is there any way to influence how the code is gene...
# kotlin-native
n
is there any way to influence how the code is generated by cinterop? everyhing is working but i see some pattersin the this library..
Copy code
MagickDoThing(magickWand, ..)
DrawDoStuff(drawingWand, ...)
would be nice to somehow automatically convert those to receivers and slightly edit the funtion nam,es to get rid of the prefixes.. or would i need to do this manually ?