lua_HookFunction typedef

lua_HookFunction = Void Function(Pointer<lua_State> L, Pointer<lua_Debug> ar)

Implementation

typedef lua_HookFunction =
    ffi.Void Function(ffi.Pointer<lua_State> L, ffi.Pointer<lua_Debug> ar);