cJSON_PrintUnformatted function
Render a cJSON entity to text for transfer/storage without any formatting.
Implementation
@ffi.Native<ffi.Pointer<ffi.Char> Function(ffi.Pointer<cJSON>)>()
external ffi.Pointer<ffi.Char> cJSON_PrintUnformatted(ffi.Pointer<cJSON> item);