fn consume_until_end_of_block(
    block_type: BlockType,
    tokenizer: &mut Tokenizer<'_>
)