#[no_mangle]
pub unsafe extern "C" fn tc_task_get_uda(
task: *mut TCTask,
ns: TCString,
key: TCString,
) -> TCString
Expand description
Get the named UDA from the task.
Returns a TCString with NULL ptr field if the UDA does not exist.
EXTERN_C struct TCString tc_task_get_uda(struct TCTask *task, struct TCString ns, struct TCString key);