pub fn open_library(path: &Path) -> Result<Library>
Open the artifact as a dynamic library. The Library handle owns the mapping; keep it alive for as long as any borrowed FFI data is in use.
Library