Function tc_task_set_uda

Source
#[no_mangle]
pub unsafe extern "C" fn tc_task_set_uda(
    task: *mut TCTask,
    ns: TCString,
    key: TCString,
    value: TCString,
) -> TCResult
Expand description

Set a UDA on a mutable task.

EXTERN_C TCResult tc_task_set_uda(struct TCTask *task,
                         struct TCString ns,
                         struct TCString key,
                         struct TCString value);