# File lib/ffi/types.rb, line 145
    def self.from_native(val, ctx)
      [ val.null? ? nil : val.get_string(0), val ]
    end