#[no_mangle] pub unsafe extern "C" fn tc_task_stop(task: *mut TCTask) -> TCResult
Stop a task.
EXTERN_C TCResult tc_task_stop(struct TCTask *task);