Function nstd_sys::shared_lib::nstd_shared_lib_free
source · #[no_mangle]
pub extern "C" fn nstd_shared_lib_free(lib: NSTDSharedLib)Available on crate feature
shared_lib only.Expand description
Unloads and frees the resources of a dynamically loaded library.
Parameters:
NSTDSharedLib lib- The library handle.