UnsafeIoApi

annotation class UnsafeIoApi(source)

Marks API that may cause data corruption or loss or behave unpredictable when used with invalid argument values.

Consider using other APIs instead when possible. Otherwise, make sure to read documentation describing an unsafe API.