Value type model data flow between view controller and SwiftUI view

If you pass a value type model from a UIKit view controller to a SwiftUI view, how do you manipulate that data (say in a Form) and pass it back?
You could show what you tried so far and explain the precise problems you have.

In the meantime, may this help ?
https ://medium. com/apple-developer-academy-federico-ii/passing-data-between-views-in-uikit-and-swiftui-5af177635c80
Value type model data flow between view controller and SwiftUI view
 
 
Q