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