internal static extern CXString clang_CompileCommand_getMappedSourceContent(CXCompileCommand compile_command, uint i);
internal static extern uint clang_CompileCommand_getNumMappedSources(CXCompileCommand compile_command);
internal static extern CXString clang_CompileCommand_getArg(CXCompileCommand compile_command, uint i);
internal static extern uint clang_CompileCommand_getNumArgs(CXCompileCommand compile_command);
internal static extern CXString clang_CompileCommand_getFilename(CXCompileCommand compile_command);
internal static extern CXString clang_CompileCommand_getDirectory(CXCompileCommand compile_command);