LuaLoadFileFunc typedef

LuaLoadFileFunc = NativeFunction<Uint32 Function(Pointer<NativeType>, Pointer<Utf8>, Uint32)>

Implementation

typedef LuaLoadFileFunc = ffi.NativeFunction<ffi.Uint32 Function(ffi.Pointer, ffi.Pointer<Utf8>, ffi.Uint32)>;