#[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.