cJSON_DeleteItemFromArray function
void
cJSON_DeleteItemFromArray()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<cJSON>, ffi.Int)>()
external void cJSON_DeleteItemFromArray(ffi.Pointer<cJSON> array, int which);