Base class for arguments with direction :out for which the base type is a pointer: For these, a pointer to a pointer needs to be passed to the C function.
# File lib/gir_ffi/builder/argument.rb, line 301 def pre [ "#{callarg} = GirFFI::InOutPointer.for :pointer" ] end