loadLibrary

abstract fun loadLibrary(libraryName: String)

Load the native library with the given libraryName. The name is provided without the lib prefix and the .so extension, matching the contract of System.loadLibrary.

Implementations are expected to throw an Error (typically UnsatisfiedLinkError) if loading fails.