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

pub unsafe fn create_library_handle<L>(
    _token: &mut LockToken<L>
) -> Library<'static, Owned>

Creates a new unlinked library handle.

Return

Library handle.

Safety

The handle must be linked before use.