cJSON_InitHooks function

  1. @Native<Void Function(Pointer<cJSON_Hooks>)>(ffi.Pointer<cJSON_Hooks>)>()
void cJSON_InitHooks(
  1. Pointer<cJSON_Hooks> hooks
)

Supply malloc, realloc and free functions to cJSON

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<cJSON_Hooks>)>()
external void cJSON_InitHooks(ffi.Pointer<cJSON_Hooks> hooks);