# File lib/ffi/struct.rb, line 180 def self.auto_ptr @managed_type ||= Type::Mapped.new(ManagedStructConverter.new(self)) end