#[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);