importfile property

Pointer<NativeFunction<Pointer<Char> Function(Pointer<Char> path, Pointer<Int> data_size)>> importfile
getter/setter pair

Used by __import__ to load a source or compiled module.

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            ffi.Pointer<ffi.Char> Function(
                ffi.Pointer<ffi.Char> path, ffi.Pointer<ffi.Int> data_size)>>
    importfile;