lua_ReaderFunction typedef

lua_ReaderFunction = Pointer<Char> Function(Pointer<lua_State> L, Pointer<Void> ud, Pointer<Size> sz)

Implementation

typedef lua_ReaderFunction =
    ffi.Pointer<ffi.Char> Function(
      ffi.Pointer<lua_State> L,
      ffi.Pointer<ffi.Void> ud,
      ffi.Pointer<ffi.Size> sz,
    );