-
Enhancement
-
Resolution: Fixed
-
P4
-
repo-panama
Three cases need to be covered:
1) native header binding (this is done through NativeInvoker)
2) callbacks (this is done by adding a check in UpcallHandler)
3) function pointer struct field access - this is done by adding a check in LayoutType.ofFunction - which is also handy in case the user wants to get a layout type out of an unsupported functional interface
1) native header binding (this is done through NativeInvoker)
2) callbacks (this is done by adding a check in UpcallHandler)
3) function pointer struct field access - this is done by adding a check in LayoutType.ofFunction - which is also handy in case the user wants to get a layout type out of an unsupported functional interface