LuaToNumberXFunc typedef

LuaToNumberXFunc = NativeFunction<Double Function(Pointer<NativeType>, Uint32, Pointer<Uint32>)>

Implementation

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