lua_WarnFunctionFunction typedef

lua_WarnFunctionFunction = Void Function(Pointer<Void> ud, Pointer<Char> msg, Int tocont)

Implementation

typedef lua_WarnFunctionFunction =
    ffi.Void Function(
      ffi.Pointer<ffi.Void> ud,
      ffi.Pointer<ffi.Char> msg,
      ffi.Int tocont,
    );