pub fn visit_mut_var_declarators<V>(
    _visitor: &mut V,
    n: &mut Vec<VarDeclarator, Global>
) where
    V: VisitMut + ?Sized