pub fn fold_assign_pat_prop<V>(
    _visitor: &mut V,
    n: AssignPatProp
) -> AssignPatProp where
    V: Fold + ?Sized