pub fn visit_stmt_if<'ast, V: ?Sized + VisitMut<'ast>>(
    v: &mut V,
    stmt_if: &'ast mut StmtIf
)
Available on crate feature visit-mut only.