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