lua_Writer typedef

Implementation

typedef lua_Writer = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Int Function(ffi.Pointer<lua_State>, ffi.Pointer<ffi.Void>,
            ffi.Size, ffi.Pointer<ffi.Void>)>>;