cJSON_InitHooks function
- @Native<Void Function(Pointer<
cJSON_Hooks> )>(ffi.Pointer<cJSON_Hooks>)>()
- 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);