pub fn format_code(
    out: &mut String,
    value: &Val,
    code: &Code<'_>,
    width: usize,
    precision: Option<usize>
) -> Result<()>