Skip to main content

load_library_permanently

Function load_library_permanently 

Source
pub fn load_library_permanently(path: &Path) -> Result<(), LoadLibraryError>
Expand description

Permanently load the dynamic library at the given path.

It is safe to call this function multiple times for the same library.