# File lib/ffi/struct.rb, line 70 def put(ptr, value) @orig_field.put(ptr, type.to_native(value, nil)) end