LuaLLoadStringFunc typedef

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

Implementation

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