The opaque handle to the dynamic library.
Similar to the return value of dlopen(3). Can be used as arguments to other functions in the dlopen API through FFI calls.
dlopen
external Pointer<Void> get handle;