pub fn noop_flat_map_stmt_kind<T: MutVisitor>(
    kind: StmtKind,
    vis: &mut T
) -> SmallVec<[StmtKind; 1]>