句柄属性

Pointer<Void> handle

动态库的不可见句柄。

类似于dlopen(3)的返回值。可以通过FFI调用用作其他函数的参数。

实现

external Pointer<Void> get handle;