macro_rules! terminal_value_from_body {
    ($self: expr, $value_type: ident, $type: ident, $start_offset: expr, $value_kind: expr) => { ... };
}