pub fn visit_create_subsource_option_mut<'ast, V, T: AstInfo>(
    visitor: &mut V,
    node: &'ast mut CreateSubsourceOption<T>
)
where V: VisitMut<'ast, T> + ?Sized,