/// A single value in the Qlik "dual" sense: a machine number and the
/// textual form that Qlik used to render it.
/// A decoded symbol value.
///
/// Variants map one-to-one to the five type bytes defined in `SPEC.md`
/// section 2.1.
/// An optional value: `None` represents a NULL (see spec section 4).
pub type Cell = ;