/*
 *  Weave::FFI.dlclose(handle)
 *  ----
 *
 *  close the library indicated by `handle`
 */

static VALUE weave_close(VALUE obj, VALUE handle) {