The only way to call Swift code from C code is to use Objective-C between the two.
This does not mean that it is completely impossible, but someone would have to come up with an NSInvocation like utility and wrappers for objects that do not have an accurate representation of C.
zneak source share