lua_CFunction typedef

lua_CFunction = Pointer<NativeFunction<Int Function(Pointer<lua_State>)>>

Implementation

typedef lua_CFunction
    = ffi.Pointer<ffi.NativeFunction<ffi.Int Function(ffi.Pointer<lua_State>)>>;