pub fn set_library_path(path: impl AsRef<Path>) -> Result<()>
Set an explicit library path before initialization.
Must be called before any FFI functions are used. Returns an error if the library is already loaded.