#[no_mangle] pub unsafe extern "C" fn tc_task_get_modified( task: *mut TCTask, ) -> time_t
Get the modified timestamp for a task, or 0 if not set.
EXTERN_C time_t tc_task_get_modified(struct TCTask *task);