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