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