Loads an IPL. ---@param ipl string ---@return boolean loaded function streaming.loadipl(ipl) ---@async ---@param ipl string ---@return boolean? loaded function streaming.async.loadipl(ipl) ipl - The IPL to load. returns: boolean - Whether the IPL was loaded. loadmodel Loads a mode...