Implements argument processing for interface arguments with direction :out (structs, objects, etc.).
Implements argument processing for strv arguments with direction :out.
# File lib/gir_ffi/builder/argument.rb, line 312 def post [ "#{retname} = #{argument_class_name}.wrap #{callarg}.to_value" ] end