pub fn load_bundled_dylib() -> Result<()>
Expand description

Load the bundled dynamic library for this platform.

The library will be read from the bundled assets and written to a temporary directory before being loaded. This is necessary as dynamic libraries cannot be loaded directly from memory.

Errors