# File lib/ffi/autopointer.rb, line 189
    def self.from_native(val, ctx)
      self.new(val)
    end