loadImageSuspend

expect suspend fun loadImageSuspend(    fileOrUrl: String,     formatHint: ImageFileFormat? = null,     allowSRGB: Boolean = true,     session: Session? = Session.active): ColorBuffer(source)
actual suspend fun loadImageSuspend(fileOrUrl: String, formatHint: ImageFileFormat?, allowSRGB: Boolean, session: Session?): ColorBuffer(source)
actual suspend fun loadImageSuspend(fileOrUrl: String, formatHint: ImageFileFormat?, allowSRGB: Boolean, session: Session?): ColorBuffer(source)