fn consume_block_comment(bytes: &[u8], i: usize, len: usize) -> usize
Consume a block comment (with nesting). i is the position after /*. Returns the position after the final */.
i
/*
*/