pub fn visit_opt_simple_block<V: ?Sized + Visit>(
    _visitor: &mut V,
    n: Option<&SimpleBlock>
)