cJSON_SetNumberHelper function
helper for the cJSON_SetNumberValue macro
Implementation
@ffi.Native<ffi.Double Function(ffi.Pointer<cJSON>, ffi.Double)>()
external double cJSON_SetNumberHelper(ffi.Pointer<cJSON> object, double number);
helper for the cJSON_SetNumberValue macro
@ffi.Native<ffi.Double Function(ffi.Pointer<cJSON>, ffi.Double)>()
external double cJSON_SetNumberHelper(ffi.Pointer<cJSON> object, double number);