internal static extern uint clang_CompileCommands_getSize(CXCompileCommands compile_commands);
 internal static extern CXCompileCommand clang_CompileCommands_getCommand(CXCompileCommands compile_commands, uint i);
 internal static extern void clang_CompileCommands_dispose(CXCompileCommands compile_commands);