Dartlua_CFunctionFunction typedef

Dartlua_CFunctionFunction = int Function(Pointer<lua_State> L)

Implementation

typedef Dartlua_CFunctionFunction = int Function(ffi.Pointer<lua_State> L);