ffi_close(lib_handle)
Unload the shared library represented by lib_handle
and free all system resources used by it.
Return true
on success, return false
otherwise.
Lib_handle
must be an object returned by a successful call to ffi_open
.