cJSON_AddBoolToObject function
Implementation
@ffi.Native<
ffi.Pointer<cJSON> Function(
ffi.Pointer<cJSON>,
ffi.Pointer<ffi.Char>,
cJSON_bool,
)
>()
external ffi.Pointer<cJSON> cJSON_AddBoolToObject(
ffi.Pointer<cJSON> object,
ffi.Pointer<ffi.Char> name,
int boolean,
);