#[no_mangle] pub unsafe extern "C" fn tc_task_is_blocking( task: *mut TCTask, ) -> bool
Check if a task is blocking (at least one other task depends on it).
EXTERN_C bool tc_task_is_blocking(struct TCTask *task);