---@diagnostic disable: missing-return, lowercase-global ---@param cvar string ---@param value any ---@param raiseEvent string ---Sets the value of a configuration variable function SetCVar(cvar, value, raiseEvent) end