InitEngineNative typedef

InitEngineNative = Void Function(Int32 mode, Pointer<Utf8> path)

Defines the native C layout for initializing the engine.

Implementation

typedef InitEngineNative = ffi.Void Function(
    ffi.Int32 mode, ffi.Pointer<Utf8> path);