pub fn contains_arguments<N>(body: &N) -> bool where
    N: VisitWith<ArgumentsFinder>,