Function emf_core_base_rs::global::module::remove_module_handle[][src]

pub unsafe fn remove_module_handle(
    module: Module<'_, Owned>
) -> Result<(), Error>

Links a module handle to an internal module handle.

Failure

Fails if module orloader are invalid.

Return

Error on failure.

Safety

Removing the handle does not unload the module.