public static long get_int64_le(LuaBytes bytes, int offset)
 {
     return(bytes.GetLongLittle(offset - 1));
 }
 public static long get_int64_le(LuaBytes bytes, int offset)
 {
     return bytes.GetLongLittle(offset - 1);
 }