#[unsafe(no_mangle)]pub unsafe extern "C" fn tc_task_remove_annotation(
task: *mut TCTask,
entry: i64,
) -> TCResultExpand description
Remove an annotation from a mutable task.
EXTERN_C TCResult tc_task_remove_annotation(struct TCTask *task, int64_t entry);