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