# File lib/ffi/autopointer.rb, line 113
      def call(*args)
        @proc.call(@ptr) if @autorelease && @ptr
      end