writeToFile

suspend fun ByteArray.writeToFile(path: String): Long
suspend fun ByteArray.writeToFile(file: VfsFile): Long