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