class FDB::LazyString

def to_ptr

def to_ptr
  FFI::MemoryPointer.from_string(value)
end