Function tc_task_remove_legacy_uda

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

Remove a UDA fraom a mutable task.

EXTERN_C TCResult tc_task_remove_legacy_uda(struct TCTask *task, struct TCString key);