handle 属性

Pointer<Void> handle

动态库的不可见句柄。

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

实现

external Pointer<Void> get handle;