NativeObjectConstructionInfo
Class used for storing every information needed when constructing a native value from a Java one.
arg
Specifies whether this is a conversion for an argument value.
byvalue
Specifies whether the value passed by reference or value.
callback
Extra information for callbacks.
data
User data for custom use.
mapper
Specifies which mapper to use.
owned
Specifies the ownership of the value, used for memory management.
ref
Specifies whether this is a conversion for a reference.