#[no_mangle]
pub unsafe extern "C" fn tc_task_to_immut(task: *mut TCTask)
Expand description
Convert a mutable task into an immutable task.
The task must not be NULL. It is modified in-place, and becomes immutable.
The replica passed to tc_task_to_mut
may be used freely after this call.
EXTERN_C void tc_task_to_immut(struct TCTask *task);