module FFI::DataConverter

def to_native(value, ctx)

Convert to a native type.
def to_native(value, ctx)
  value
end