public static boolean WriteTestCase(int id, int type, int value) {
   return CoverageWriterJNI.WriteTestCase(id, type, value);
 }