pub fn visit_creation_date<'ast, V: Visit<'ast> + ?Sized>(
    visitor: &mut V,
    creation_date: &'ast CreationDate
)