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