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