LuaToIntegerFunc typedef

LuaToIntegerFunc = NativeFunction<Uint64 Function(Pointer<NativeType>, Uint32)>

Implementation

typedef LuaToIntegerFunc = ffi.NativeFunction<ffi.Uint64 Function(ffi.Pointer, ffi.Uint32)>;