class FFI::Pointer

def read_string_to_null

Returns:
  • (String) -
def read_string_to_null
  get_string(0)
end