cJSON_CreateObjectReference function
Create an object/array that only references it's elements so they will not be freed by cJSON_Delete
Implementation
@ffi.Native<ffi.Pointer<cJSON> Function(ffi.Pointer<cJSON>)>()
external ffi.Pointer<cJSON> cJSON_CreateObjectReference(
ffi.Pointer<cJSON> child,
);