pub type StatementBlock<'a> = Vec<Statement<'a>>;
pub struct StatementBlock<'a> { /* private fields */ }