Delete a cJSON entity and all subentities.
@ffi.Native<ffi.Void Function(ffi.Pointer<cJSON>)>() external void cJSON_Delete(ffi.Pointer<cJSON> item);