cJSON_SetValuestring function
Change the valuestring of a cJSON_String object, only takes effect when type of object is cJSON_String
Implementation
@ffi.Native<
ffi.Pointer<ffi.Char> Function(ffi.Pointer<cJSON>, ffi.Pointer<ffi.Char>)
>()
external ffi.Pointer<ffi.Char> cJSON_SetValuestring(
ffi.Pointer<cJSON> object,
ffi.Pointer<ffi.Char> valuestring,
);