#[no_mangle] pub unsafe extern "C" fn tc_task_remove_dependency( task: *mut TCTask, dep: TCUuid, ) -> TCResult
Remove a dependency.
EXTERN_C TCResult tc_task_remove_dependency(struct TCTask *task, struct TCUuid dep);