# File lib/ffi/struct.rb, line 79
      def get(ptr)
        type.from_native(@orig_field.get(ptr), nil)
      end