LuaToPointerFunc typedef

LuaToPointerFunc = NativeFunction<Pointer<NativeType> Function(Pointer<NativeType>, Uint32)>

Implementation

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