pub fn parse_cpp_file_with_includes( path: &Path, include_paths: &[PathBuf], ) -> Result<CppAst, String>