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