module Ethon::Curl

def string_ptr

Returns:
  • (::FFI::Pointer) - The string pointer.

Other tags:
    Example: Return a string pointer. -
def string_ptr
  @string_ptr ||= ::FFI::MemoryPointer.new(:pointer)
end