pub fn cell_set(cell: &Cell, value: Value)
Write a captured cell. Every writer shares the same cell, so the update is visible to every closure that captured it.