public static string get_string(LuaBytes bytes, int offset, int len)
 {
     return(bytes.GetString(offset - 1, len));
 }
 public static string get_string(LuaBytes bytes, int offset, int len)
 {
     return bytes.GetString(offset - 1, len);
 }