pub fn visit_fetch_direction<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast FetchDirection
)
where V: Visit<'ast, T> + ?Sized,