Is there any solutions to importing structs from C API where there is a member init.
The fuse_operations is a struct with callbacks functions and one is called init
struct fuse_operations {
void *(*init) (struct fuse_conn_info *conn);
}
This seems to collide with the Swift init method on imported C struct
cheers,
:-Dennis_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
