---Exports the SetSeatBeltState function, allowing it to be called from other scripts or resources.---@param state boolean | nilexports['0r-hud-v3']:SetSeatBeltState(state)-- Sets the visibility of the HUD UI element---@param state boolean visible (true) or hidden (false)exports['0r-hud-v3']:ToggleVisible(state)