Function emf_core_base_rs::global::library::remove_library_handle[][src]

pub unsafe fn remove_library_handle<L>(
    _token: &mut LockToken<L>,
    library: Library<'_, Owned>
) -> Result<(), Error>

Removes an existing library handle.

Failure

The function fails if library is invalid.

Return

Error on failure.

Safety

Removing the handle does not unload the library.