For testing purposes, drop tointeger and pushint since Lua uses ptrdiff causing inconsistent behaviour if we try to get a longword value from tointeger on 64 bit vs 32bit. This should improve script reliability a bit
package SevenZip;
public interface ICodeProgress
{
public void SetProgress(long inSize, long outSize);
}