cfunction
src/core/ffi.c on line 1432, column 1
(ffi/native &opt path)
Load a shared object or dll from the given path, and do not extract
or run any code from it. This is different than `native`, which
will run initialization code to get a module table. If `path` is
nil, opens the current running binary. Returns a `core/native`.