pub unsafe extern "C" fn yyjson_mut_set_raw(
val: *mut yyjson_mut_val,
raw: *const c_char,
len: usize,
) -> boolExpand description
Set the value to raw. Returns false if input is NULL. @warning This function should not be used on an existing object or array.