LuaRemoveFunc typedef

LuaRemoveFunc = NativeFunction<Void Function(Pointer<NativeType>, Uint32)>

Implementation

typedef LuaRemoveFunc = ffi.NativeFunction<ffi.Void Function(ffi.Pointer, ffi.Uint32)>;