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