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