public static extern void clang_EvalResult_dispose(
     CXEvalResultImpl *E);
 public static extern double clang_EvalResult_getAsDouble(
     CXEvalResultImpl *E);
 public static extern sbyte *clang_EvalResult_getAsStr(
     CXEvalResultImpl *E);
 public static extern ulong clang_EvalResult_getAsUnsigned(
     CXEvalResultImpl *E);
 public static extern uint clang_EvalResult_isUnsignedInt(
     CXEvalResultImpl *E);
 public static extern long clang_EvalResult_getAsLongLong(
     CXEvalResultImpl *E);
 public static extern int clang_EvalResult_getAsInt(
     CXEvalResultImpl *E);
 public static extern CXEvalResultKind clang_EvalResult_getKind(
     CXEvalResultImpl *E);