cJSON_CreateArrayReference function

  1. @Native<Pointer<cJSON> Function(Pointer<cJSON> child)>(ffi.Pointer<cJSON>)>()
Pointer<cJSON> cJSON_CreateArrayReference(
  1. Pointer<cJSON> child
)

Implementation

@ffi.Native<ffi.Pointer<cJSON> Function(ffi.Pointer<cJSON>)>()
external ffi.Pointer<cJSON> cJSON_CreateArrayReference(
  ffi.Pointer<cJSON> child,
);