cJSON_free function

  1. @Native<Void Function(Pointer<Void> ptr)>(ffi.Pointer<ffi.Void>)>()
void cJSON_free(
  1. Pointer<Void> object
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>()
external void cJSON_free(ffi.Pointer<ffi.Void> object);