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

pub unsafe fn create_module_handle() -> Module<'static, Owned>

Creates a new unlinked module handle.

Return

Module handle.

Safety

The handle remains invalid until it’s linked with link_module.