Render a cJSON entity to text for transfer/storage.
@ffi.Native<ffi.Pointer<ffi.Char> Function(ffi.Pointer<cJSON>)>() external ffi.Pointer<ffi.Char> cJSON_Print(ffi.Pointer<cJSON> item);