Function tc_task_get_uuid

Source
#[no_mangle]
pub unsafe extern "C" fn tc_task_get_uuid(task: *mut TCTask) -> TCUuid
Expand description

Get a task’s UUID.

EXTERN_C struct TCUuid tc_task_get_uuid(struct TCTask *task);