#[unsafe(no_mangle)]pub unsafe extern "C" fn tc_task_set_value(
task: *mut TCTask,
property: TCString,
value: TCString,
) -> TCResultExpand description
Set a mutable task’s property value by name. If value.ptr is NULL, the property is removed.
EXTERN_C TCResult tc_task_set_value(struct TCTask *task, struct TCString property, struct TCString value);