cJSON_DeleteItemFromObject function
void
cJSON_DeleteItemFromObject()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<cJSON>, ffi.Pointer<ffi.Char>)>()
external void cJSON_DeleteItemFromObject(
ffi.Pointer<cJSON> object,
ffi.Pointer<ffi.Char> string,
);