{
  "git_attr_get": {
    "cpp": "Get",
    "js": "get"
  },
  "const char **": {
    "js": "String",
    "cpp": "String"
  },
  "git_repository *": {
    "cpp": "GitRepository",
    "js": "Repository"
  },
  "uint32_t": {
    "js": "Uint32",
    "cpp": "Number"
  },
  "const char *": {
    "js": "String",
    "cpp": "String"
  },
  "int": {
    "js": "Int32",
    "cpp": "Number"
  },
  "git_attr_get_many": {
    "cpp": "GetMany",
    "js": "getMany"
  },
  "size_t": {
    "js": "Number",
    "cpp": "Uint32"
  },
  "git_attr_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_attr_foreach_cb": {
    "js": "AttrForeachCb",
    "cpp": "AttrForeachCb"
  },
  "void *": {
    "js": "void",
    "cpp": "void"
  },
  "git_attr_cache_flush": {
    "cpp": "CacheFlush",
    "js": "cacheFlush"
  },
  "void": {
    "js": "void",
    "cpp": "void"
  },
  "git_attr_add_macro": {
    "cpp": "AddMacro",
    "js": "addMacro"
  },
  "git_blob_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_blob *": {
    "cpp": "GitBlob",
    "js": "Blob"
  },
  "git_blob_id": {
    "cpp": "Id",
    "js": "id"
  },
  "const git_blob *": {
    "cpp": "GitBlob",
    "js": "Blob"
  },
  "const git_oid *": {
    "cpp": "GitOid",
    "js": "Oid"
  },
  "git_blob_rawcontent": {
    "cpp": "Rawcontent",
    "js": "rawcontent"
  },
  "const void *": {
    "js": "Buffer",
    "cpp": "Buffer"
  },
  "git_blob_rawsize": {
    "cpp": "Rawsize",
    "js": "rawsize"
  },
  "git_off_t": {
    "js": "Number",
    "cpp": "Number"
  },
  "git_blob_is_binary": {
    "cpp": "IsBinary",
    "js": "isBinary"
  },
  "git_branch_create": {
    "cpp": "BranchCreate",
    "js": "branchCreate"
  },
  "git_reference **": {
    "js": "Reference",
    "cpp": "GitRefs"
  },
  "const git_commit *": {
    "cpp": "GitCommit",
    "js": "Commit"
  },
  "git_branch_delete": {
    "cpp": "BranchDelete",
    "js": "branchDelete"
  },
  "git_reference *": {
    "js": "Reference",
    "cpp": "GitRefs"
  },
  "git_branch_foreach": {
    "js": "foreach",
    "cpp": "Foreach"
  },
  "unsigned int": {
    "js": "Uint32",
    "cpp": "Number"
  },
  "git_branch_foreach_cb": {
    "js": "BranchForeachCb",
    "cpp": "BranchForeachCb"
  },
  "git_branch_move": {
    "cpp": "BranchMove",
    "js": "branchMove"
  },
  "git_branch_lookup": {
    "cpp": "BranchLookup",
    "js": "branchLookup"
  },
  "git_branch_t": {
    "js": "BranchT",
    "cpp": "BranchT"
  },
  "git_branch_name": {
    "cpp": "BranchName",
    "js": "branchName"
  },
  "git_branch_upstream": {
    "cpp": "BranchUpstream",
    "js": "branchUpstream"
  },
  "git_branch_set_upstream": {
    "cpp": "BranchSetUpstream",
    "js": "branchSetUpstream"
  },
  "git_branch_upstream_name": {
    "cpp": "BranchUpstreamName",
    "js": "branchUpstreamName"
  },
  "char *": {
    "js": "String",
    "cpp": "String"
  },
  "git_branch_is_head": {
    "cpp": "BranchIsHead",
    "js": "branchIsHead"
  },
  "git_branch_remote_name": {
    "cpp": "BranchRemoteName",
    "js": "branchRemoteName"
  },
  "git_checkout_head": {
    "cpp": "Head",
    "js": "head"
  },
  "git_checkout_opts *": {
    "js": "CheckoutOpts",
    "cpp": "CheckoutOpts"
  },
  "git_checkout_index": {
    "cpp": "Index",
    "js": "index"
  },
  "git_index *": {
    "cpp": "GitIndex",
    "js": "Index"
  },
  "git_checkout_tree": {
    "cpp": "Tree",
    "js": "tree"
  },
  "const git_object *": {
    "cpp": "GitObject",
    "js": "Object"
  },
  "git_commit_lookup_prefix": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_commit **": {
    "cpp": "GitCommit",
    "js": "Commit"
  },
  "git_commit_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_commit *": {
    "cpp": "GitCommit",
    "js": "Commit"
  },
  "git_commit_id": {
    "cpp": "Id",
    "js": "id"
  },
  "git_commit_message_encoding": {
    "cpp": "MessageEncoding",
    "js": "messageEncoding"
  },
  "git_commit_message": {
    "cpp": "Message",
    "js": "message"
  },
  "git_commit_time": {
    "cpp": "Time",
    "js": "time"
  },
  "git_time_t": {
    "js": "Number",
    "cpp": "Int32"
  },
  "git_commit_time_offset": {
    "cpp": "TimeOffset",
    "js": "timeOffset"
  },
  "git_commit_committer": {
    "cpp": "Committer",
    "js": "committer"
  },
  "const git_signature *": {
    "cpp": "GitSignature",
    "js": "Signature"
  },
  "git_commit_author": {
    "cpp": "Author",
    "js": "author"
  },
  "git_commit_tree": {
    "cpp": "Tree",
    "js": "tree"
  },
  "git_tree **": {
    "cpp": "GitTree",
    "js": "Tree"
  },
  "git_commit_tree_id": {
    "cpp": "TreeId",
    "js": "treeId"
  },
  "git_commit_parentcount": {
    "cpp": "Parentcount",
    "js": "parentcount"
  },
  "git_commit_parent": {
    "cpp": "Parent",
    "js": "parent"
  },
  "git_commit_parent_id": {
    "cpp": "ParentId",
    "js": "parentId"
  },
  "git_commit_nth_gen_ancestor": {
    "cpp": "NthGenAncestor",
    "js": "nthGenAncestor"
  },
  "git_commit_create_v": {
    "cpp": "CreateV",
    "js": "createV"
  },
  "git_oid *": {
    "cpp": "GitOid",
    "js": "Oid"
  },
  "const git_tree *": {
    "cpp": "GitTree",
    "js": "Tree"
  },
  "git_libgit2_version": {
    "cpp": "Libgit2Version",
    "js": "libgit2Version"
  },
  "int *": {
    "js": "Number",
    "cpp": "Int32"
  },
  "git_libgit2_capabilities": {
    "cpp": "Libgit2Capabilities",
    "js": "libgit2Capabilities"
  },
  "git_libgit2_opts": {
    "cpp": "Libgit2Opts",
    "js": "libgit2Opts"
  },
  "git_config_find_global": {
    "cpp": "FindGlobal",
    "js": "findGlobal"
  },
  "git_config_find_xdg": {
    "cpp": "FindXdg",
    "js": "findXdg"
  },
  "git_config_find_system": {
    "cpp": "FindSystem",
    "js": "findSystem"
  },
  "git_config_open_default": {
    "cpp": "OpenDefault",
    "js": "openDefault"
  },
  "git_config **": {
    "cpp": "GitConfig",
    "js": "Config"
  },
  "git_config_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_config_add_backend": {
    "cpp": "AddBackend",
    "js": "addBackend"
  },
  "git_config *": {
    "cpp": "GitConfig",
    "js": "Config"
  },
  "git_config_backend *": {
    "js": "ConfigBackend",
    "cpp": "ConfigBackend"
  },
  "git_config_add_file_ondisk": {
    "cpp": "AddFileOndisk",
    "js": "addFileOndisk"
  },
  "git_config_open_ondisk": {
    "cpp": "OpenOndisk",
    "js": "openOndisk"
  },
  "git_config_open_level": {
    "cpp": "OpenLevel",
    "js": "openLevel"
  },
  "const git_config *": {
    "cpp": "GitConfig",
    "js": "Config"
  },
  "git_config_refresh": {
    "cpp": "Refresh",
    "js": "refresh"
  },
  "git_config_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_config_get_entry": {
    "cpp": "GetEntry",
    "js": "getEntry"
  },
  "const git_config_entry **": {
    "js": "ConfigEntry",
    "cpp": "ConfigEntry"
  },
  "git_config_get_int32": {
    "cpp": "GetInt32",
    "js": "getInt32"
  },
  "int32_t *": {
    "js": "int32_t",
    "cpp": "int32_t"
  },
  "git_config_get_int64": {
    "cpp": "GetInt64",
    "js": "getInt64"
  },
  "int64_t *": {
    "js": "int64_t",
    "cpp": "int64_t"
  },
  "git_config_get_bool": {
    "cpp": "GetBool",
    "js": "getBool"
  },
  "git_config_get_string": {
    "cpp": "GetString",
    "js": "getString"
  },
  "git_config_get_multivar": {
    "js": "getMultivar",
    "cpp": "GetMultivar"
  },
  "git_config_foreach_cb": {
    "js": "ConfigForeachCb",
    "cpp": "ConfigForeachCb"
  },
  "git_config_set_int32": {
    "cpp": "SetInt32",
    "js": "setInt32"
  },
  "int32_t": {
    "js": "int32_t",
    "cpp": "int32_t"
  },
  "git_config_set_int64": {
    "cpp": "SetInt64",
    "js": "setInt64"
  },
  "int64_t": {
    "js": "int64_t",
    "cpp": "int64_t"
  },
  "git_config_set_bool": {
    "cpp": "SetBool",
    "js": "setBool"
  },
  "git_config_set_string": {
    "cpp": "SetString",
    "js": "setString"
  },
  "git_config_set_multivar": {
    "cpp": "SetMultivar",
    "js": "setMultivar"
  },
  "git_config_delete_entry": {
    "cpp": "DeleteEntry",
    "js": "deleteEntry"
  },
  "git_config_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_config_foreach_match": {
    "cpp": "ForeachMatch",
    "js": "foreachMatch"
  },
  "git_config_get_mapped": {
    "cpp": "GetMapped",
    "js": "getMapped"
  },
  "const git_cvar_map *": {
    "js": "CvarMap",
    "cpp": "CvarMap"
  },
  "git_config_lookup_map_value": {
    "cpp": "LookupMapValue",
    "js": "lookupMapValue"
  },
  "git_config_parse_bool": {
    "cpp": "ParseBool",
    "js": "parseBool"
  },
  "git_config_parse_int32": {
    "cpp": "ParseInt32",
    "js": "parseInt32"
  },
  "git_config_parse_int64": {
    "cpp": "ParseInt64",
    "js": "parseInt64"
  },
  "git_cred_userpass": {
    "cpp": "Userpass",
    "js": "userpass"
  },
  "git_cred **": {
    "js": "Cred",
    "cpp": "Cred"
  },
  "git_diff_patch_free": {
    "js": "patchFree",
    "cpp": "PatchFree"
  },
  "git_diff_patch *": {
    "js": "Patch",
    "cpp": "GitPatch"
  },
  "git_diff_patch_delta": {
    "js": "Delta",
    "cpp": "GitDelta"
  },
  "const git_diff_delta *": {
    "js": "Delta",
    "cpp": "GitDelta"
  },
  "git_diff_patch_num_hunks": {
    "js": "size",
    "cpp": "Size"
  },
  "git_diff_patch_line_stats": {
    "js": "stats",
    "cpp": "Stats"
  },
  "size_t *": {
    "js": "Number",
    "cpp": "Uint32"
  },
  "const git_diff_patch *": {
    "js": "Patch",
    "cpp": "GitPatch"
  },
  "git_diff_patch_get_hunk": {
    "js": "hunk",
    "cpp": "Hunk"
  },
  "const git_diff_range **": {
    "js": "DiffRange",
    "cpp": "GitDiffRange"
  },
  "git_diff_patch_num_lines_in_hunk": {
    "js": "lines",
    "cpp": "Lines"
  },
  "git_diff_patch_get_line_in_hunk": {
    "js": "line",
    "cpp": "Line"
  },
  "git_diff_patch_print": {
    "js": "patchPrint",
    "cpp": "PatchPrint"
  },
  "git_diff_data_cb": {
    "js": "DiffDataCb",
    "cpp": "DiffDataCb"
  },
  "git_diff_patch_to_str": {
    "js": "toString",
    "cpp": "ToString"
  },
  "char **": {
    "js": "String",
    "cpp": "String"
  },
  "git_diff_list_free": {
    "js": "listFree",
    "cpp": "ListFree"
  },
  "git_diff_list *": {
    "js": "DiffList",
    "cpp": "GitDiffList"
  },
  "git_diff_merge": {
    "cpp": "Merge",
    "js": "merge"
  },
  "const git_diff_list *": {
    "js": "DiffList",
    "cpp": "GitDiffList"
  },
  "git_diff_find_similar": {
    "cpp": "FindSimilar",
    "js": "findSimilar"
  },
  "git_diff_find_options *": {
    "js": "DiffFindOptions",
    "cpp": "GitDiffFindOptions"
  },
  "git_diff_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_diff_file_cb": {
    "js": "DiffFileCb",
    "cpp": "DiffFileCb"
  },
  "git_diff_hunk_cb": {
    "js": "DiffHunkCb",
    "cpp": "DiffHunkCb"
  },
  "git_diff_print_compact": {
    "js": "printCompact",
    "cpp": "PrintCompact"
  },
  "git_diff_status_char": {
    "cpp": "StatusChar",
    "js": "statusChar"
  },
  "git_delta_t": {
    "js": "Number",
    "cpp": "Int32"
  },
  "char": {
    "js": "String",
    "cpp": "String"
  },
  "git_diff_print_patch": {
    "js": "printPatch",
    "cpp": "PrintPatch"
  },
  "git_diff_num_deltas": {
    "cpp": "NumDeltas",
    "js": "numDeltas"
  },
  "git_diff_num_deltas_of_type": {
    "cpp": "NumDeltasOfType",
    "js": "numDeltasOfType"
  },
  "git_diff_get_patch": {
    "js": "patch",
    "cpp": "Patch"
  },
  "git_diff_patch **": {
    "js": "Patch",
    "cpp": "GitPatch"
  },
  "const git_diff_delta **": {
    "js": "Delta",
    "cpp": "GitDelta"
  },
  "git_diff_blobs": {
    "cpp": "Blobs",
    "js": "blobs"
  },
  "const git_diff_options *": {
    "cpp": "GitDiffOptions",
    "js": "DiffOptions"
  },
  "git_diff_blob_to_buffer": {
    "cpp": "BlobToBuffer",
    "js": "blobToBuffer"
  },
  "giterr_last": {
    "cpp": "RrLast",
    "js": "rrLast"
  },
  "const git_error *": {
    "js": "Error"
  },
  "giterr_clear": {
    "cpp": "RrClear",
    "js": "rrClear"
  },
  "giterr_set_str": {
    "cpp": "RrSetStr",
    "js": "rrSetStr"
  },
  "giterr_set_oom": {
    "cpp": "RrSetOom",
    "js": "rrSetOom"
  },
  "git_graph_ahead_behind": {
    "cpp": "GraphAheadBehind",
    "js": "graphAheadBehind"
  },
  "git_ignore_add_rule": {
    "cpp": "IgnoreAddRule",
    "js": "ignoreAddRule"
  },
  "git_ignore_clear_internal_rules": {
    "cpp": "IgnoreClearInternalRules",
    "js": "ignoreClearInternalRules"
  },
  "git_ignore_path_is_ignored": {
    "cpp": "IgnorePathIsIgnored",
    "js": "ignorePathIsIgnored"
  },
  "git_index_open": {
    "cpp": "Open",
    "js": "open"
  },
  "git_index **": {
    "cpp": "GitIndex",
    "js": "Index"
  },
  "git_index_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_index_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_index_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_index *": {
    "cpp": "GitIndex",
    "js": "Index"
  },
  "git_index_caps": {
    "cpp": "Caps",
    "js": "caps"
  },
  "git_index_set_caps": {
    "cpp": "SetCaps",
    "js": "setCaps"
  },
  "git_index_read": {
    "cpp": "Read",
    "js": "read"
  },
  "git_index_write": {
    "cpp": "Write",
    "js": "write"
  },
  "git_index_read_tree": {
    "cpp": "ReadTree",
    "js": "readTree"
  },
  "git_index_write_tree": {
    "cpp": "WriteTree",
    "js": "writeTree"
  },
  "git_index_write_tree_to": {
    "cpp": "WriteTreeTo",
    "js": "writeTreeTo"
  },
  "git_index_entrycount": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "git_index_clear": {
    "cpp": "Clear",
    "js": "clear"
  },
  "git_index_get_byindex": {
    "cpp": "GetByindex",
    "js": "getByindex"
  },
  "const git_index_entry *": {
    "js": "IndexEntry",
    "cpp": "GitIndexEntry"
  },
  "git_index_get_bypath": {
    "cpp": "GetBypath",
    "js": "getBypath"
  },
  "git_index_remove": {
    "cpp": "Remove",
    "js": "remove"
  },
  "git_index_remove_directory": {
    "cpp": "RemoveDirectory",
    "js": "removeDirectory"
  },
  "git_index_add": {
    "cpp": "Add",
    "js": "add"
  },
  "git_index_entry_stage": {
    "cpp": "EntryStage",
    "js": "entryStage"
  },
  "git_index_add_bypath": {
    "cpp": "AddBypath",
    "js": "addBypath"
  },
  "git_index_remove_bypath": {
    "cpp": "RemoveBypath",
    "js": "removeBypath"
  },
  "git_index_find": {
    "cpp": "Find",
    "js": "find"
  },
  "git_index_conflict_add": {
    "cpp": "ConflictAdd",
    "js": "conflictAdd"
  },
  "git_index_conflict_get": {
    "cpp": "ConflictGet",
    "js": "conflictGet"
  },
  "git_index_entry **": {
    "js": "IndexEntry",
    "cpp": "GitIndexEntry"
  },
  "git_index_conflict_remove": {
    "cpp": "ConflictRemove",
    "js": "conflictRemove"
  },
  "git_index_conflict_cleanup": {
    "cpp": "ConflictCleanup",
    "js": "conflictCleanup"
  },
  "git_index_has_conflicts": {
    "cpp": "HasConflicts",
    "js": "hasConflicts"
  },
  "git_index_reuc_entrycount": {
    "cpp": "ReucEntrycount",
    "js": "reucEntrycount"
  },
  "git_index_reuc_find": {
    "cpp": "ReucFind",
    "js": "reucFind"
  },
  "git_index_reuc_get_bypath": {
    "cpp": "ReucGetBypath",
    "js": "reucGetBypath"
  },
  "const git_index_reuc_entry *": {
    "js": "IndexReucEntry"
  },
  "git_index_reuc_get_byindex": {
    "cpp": "ReucGetByindex",
    "js": "reucGetByindex"
  },
  "git_index_reuc_add": {
    "cpp": "ReucAdd",
    "js": "reucAdd"
  },
  "git_index_reuc_remove": {
    "cpp": "ReucRemove",
    "js": "reucRemove"
  },
  "git_index_reuc_clear": {
    "cpp": "ReucClear",
    "js": "reucClear"
  },
  "git_diff_index_to_workdir": {
    "cpp": "IndexToWorkdir",
    "js": "indexToWorkdir"
  },
  "git_diff_list **": {
    "js": "DiffList",
    "cpp": "GitDiffList"
  },
  "git_indexer_stream_new": {
    "js": "streamNew",
    "cpp": "StreamNew"
  },
  "git_indexer_stream **": {
    "js": "IndexerStream",
    "cpp": "IndexerStream"
  },
  "git_transfer_progress_callback": {
    "js": "Function",
    "cpp": "Function"
  },
  "git_indexer_stream_add": {
    "js": "streamAdd",
    "cpp": "StreamAdd"
  },
  "git_indexer_stream *": {
    "js": "IndexerStream",
    "cpp": "IndexerStream"
  },
  "git_transfer_progress *": {
    "js": "TransferProgress",
    "cpp": "TransferProgress"
  },
  "git_indexer_stream_finalize": {
    "js": "streamFinalize",
    "cpp": "StreamFinalize"
  },
  "git_indexer_stream_hash": {
    "js": "streamHash",
    "cpp": "StreamHash"
  },
  "const git_indexer_stream *": {
    "js": "IndexerStream",
    "cpp": "IndexerStream"
  },
  "git_indexer_stream_free": {
    "js": "streamFree",
    "cpp": "StreamFree"
  },
  "git_merge_base": {
    "cpp": "MergeBase",
    "js": "mergeBase"
  },
  "git_merge_base_many": {
    "cpp": "MergeBaseMany",
    "js": "mergeBaseMany"
  },
  "git_message_prettify": {
    "cpp": "MessagePrettify",
    "js": "messagePrettify"
  },
  "git_note_iterator_new": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "git_note_iterator **": {
    "js": "NoteIterator",
    "cpp": "NoteIterator"
  },
  "git_note_iterator_free": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "git_note_iterator *": {
    "js": "NoteIterator",
    "cpp": "NoteIterator"
  },
  "git_note_next": {
    "cpp": "Next",
    "js": "next"
  },
  "git_oid*": {
    "js": "Oid*",
    "cpp": "GitOid*"
  },
  "git_note_read": {
    "cpp": "Read",
    "js": "read"
  },
  "git_note **": {
    "js": "Note",
    "cpp": "Note"
  },
  "git_note_message": {
    "cpp": "Message",
    "js": "message"
  },
  "const git_note *": {
    "js": "Note",
    "cpp": "Note"
  },
  "git_note_oid": {
    "cpp": "Oid",
    "js": "oid"
  },
  "git_note_create": {
    "cpp": "Create",
    "js": "create"
  },
  "git_note_remove": {
    "cpp": "Remove",
    "js": "remove"
  },
  "git_note_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_note *": {
    "js": "Note",
    "cpp": "Note"
  },
  "git_note_default_ref": {
    "cpp": "DefaultRef",
    "js": "defaultRef"
  },
  "git_note_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_note_foreach_cb": {
    "js": "NoteForeachCb",
    "cpp": "NoteForeachCb"
  },
  "git_object_id": {
    "cpp": "Id",
    "js": "id"
  },
  "git_object_type": {
    "cpp": "Type",
    "js": "type"
  },
  "git_otype": {
    "js": "Number",
    "cpp": "Number"
  },
  "git_object_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_object_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_object *": {
    "cpp": "GitObject",
    "js": "Object"
  },
  "git_object_type2string": {
    "cpp": "Type2string",
    "js": "type2string"
  },
  "git_object_string2type": {
    "cpp": "String2type",
    "js": "string2type"
  },
  "git_object_typeisloose": {
    "cpp": "Typeisloose",
    "js": "typeisloose"
  },
  "git_object__size": {
    "cpp": "Size",
    "js": "Size"
  },
  "git_object_peel": {
    "cpp": "Peel",
    "js": "peel"
  },
  "git_object **": {
    "cpp": "GitObject",
    "js": "Object"
  },
  "git_object_dup": {
    "cpp": "Dup",
    "js": "dup"
  },
  "git_odb_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_odb **": {
    "cpp": "GitOdb",
    "js": "Odb"
  },
  "git_odb_open": {
    "cpp": "Open",
    "js": "open"
  },
  "git_odb_add_backend": {
    "cpp": "AddBackend",
    "js": "addBackend"
  },
  "git_odb *": {
    "cpp": "GitOdb",
    "js": "Odb"
  },
  "git_odb_backend *": {
    "cpp": "GitOdbBackend",
    "js": "OdbBackend"
  },
  "git_odb_add_alternate": {
    "cpp": "AddAlternate",
    "js": "addAlternate"
  },
  "git_odb_add_disk_alternate": {
    "cpp": "AddDiskAlternate",
    "js": "addDiskAlternate"
  },
  "git_odb_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_odb_read": {
    "cpp": "Read",
    "js": "read"
  },
  "git_odb_object **": {
    "js": "OdbObject",
    "cpp": "GitOdbObject"
  },
  "git_odb_read_prefix": {
    "cpp": "ReadPrefix",
    "js": "readPrefix"
  },
  "git_odb_read_header": {
    "cpp": "ReadHeader",
    "js": "readHeader"
  },
  "git_otype *": {
    "js": "Number",
    "cpp": "Int32"
  },
  "git_odb_exists": {
    "cpp": "Exists",
    "js": "exists"
  },
  "git_odb_refresh": {
    "cpp": "Refresh",
    "js": "refresh"
  },
  "struct git_odb *": {
    "js": "Odb",
    "cpp": "GitOdb"
  },
  "git_odb_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_odb_foreach_cb": {
    "js": "OdbForeachCb",
    "cpp": "OdbForeachCb"
  },
  "git_odb_write": {
    "cpp": "Write",
    "js": "write"
  },
  "git_odb_open_wstream": {
    "cpp": "OpenWstream",
    "js": "openWstream"
  },
  "git_odb_stream **": {
    "js": "OdbStream",
    "cpp": "GitOdbStream"
  },
  "git_odb_open_rstream": {
    "cpp": "OpenRstream",
    "js": "openRstream"
  },
  "git_odb_write_pack": {
    "cpp": "WritePack",
    "js": "writePack"
  },
  "git_odb_writepack **": {
    "js": "OdbWritepack",
    "cpp": "OdbWritepack"
  },
  "git_odb_hash": {
    "cpp": "Hash",
    "js": "hash"
  },
  "git_odb_hashfile": {
    "cpp": "Hashfile",
    "js": "hashfile"
  },
  "git_odb_object_data": {
    "cpp": "ObjectData",
    "js": "objectData"
  },
  "git_odb_object *": {
    "js": "OdbObject",
    "cpp": "GitOdbObject"
  },
  "git_odb_object_size": {
    "cpp": "ObjectSize",
    "js": "objectSize"
  },
  "git_odb_object_type": {
    "cpp": "ObjectType",
    "js": "objectType"
  },
  "git_odb_object_free": {
    "cpp": "ObjectFree",
    "js": "objectFree"
  },
  "git_odb_object_id": {
    "cpp": "ObjectId",
    "js": "objectId"
  },
  "git_odb_backend_pack": {
    "cpp": "BackendPack",
    "js": "backendPack"
  },
  "git_odb_backend **": {
    "cpp": "GitOdbBackend",
    "js": "OdbBackend"
  },
  "git_oid_fromstr": {
    "cpp": "Fromstr",
    "js": "fromstr"
  },
  "git_oid_fromstrp": {
    "cpp": "Fromstrp",
    "js": "fromstrp"
  },
  "git_oid_fromstrn": {
    "cpp": "Fromstrn",
    "js": "fromstrn"
  },
  "git_oid_fromraw": {
    "cpp": "Fromraw",
    "js": "fromraw"
  },
  "const unsigned char *": {
    "js": "String",
    "cpp": "String"
  },
  "git_oid_fmt": {
    "cpp": "Fmt",
    "js": "fmt"
  },
  "git_oid_pathfmt": {
    "cpp": "Pathfmt",
    "js": "pathfmt"
  },
  "git_oid_allocfmt": {
    "cpp": "Allocfmt",
    "js": "allocfmt"
  },
  "git_oid_tostr": {
    "cpp": "Tostr",
    "js": "tostr"
  },
  "git_oid_cpy": {
    "cpp": "Cpy",
    "js": "cpy"
  },
  "git_oid_cmp": {
    "cpp": "Cmp",
    "js": "cmp"
  },
  "git_oid_equal": {
    "cpp": "Equal",
    "js": "equal"
  },
  "git_oid_ncmp": {
    "cpp": "Ncmp",
    "js": "ncmp"
  },
  "git_oid_streq": {
    "cpp": "Streq",
    "js": "streq"
  },
  "git_oid_iszero": {
    "cpp": "Iszero",
    "js": "iszero"
  },
  "git_oid_shorten_new": {
    "cpp": "ShortenNew",
    "js": "shortenNew"
  },
  "git_oid_shorten *": {
    "js": "OidShorten",
    "cpp": "OidShorten"
  },
  "git_oid_shorten_add": {
    "cpp": "ShortenAdd",
    "js": "shortenAdd"
  },
  "git_oid_shorten_free": {
    "cpp": "ShortenFree",
    "js": "shortenFree"
  },
  "git_packbuilder_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_packbuilder **": {
    "js": "Packbuilder",
    "cpp": "Packbuilder"
  },
  "git_packbuilder_set_threads": {
    "cpp": "SetThreads",
    "js": "setThreads"
  },
  "git_packbuilder *": {
    "js": "Packbuilder",
    "cpp": "Packbuilder"
  },
  "git_packbuilder_insert": {
    "cpp": "Insert",
    "js": "insert"
  },
  "git_packbuilder_insert_tree": {
    "cpp": "InsertTree",
    "js": "insertTree"
  },
  "git_packbuilder_write": {
    "cpp": "Write",
    "js": "write"
  },
  "git_packbuilder_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_packbuilder_foreach_cb": {
    "js": "PackbuilderForeachCb",
    "cpp": "PackbuilderForeachCb"
  },
  "git_packbuilder_object_count": {
    "cpp": "ObjectCount",
    "js": "objectCount"
  },
  "git_packbuilder_written": {
    "cpp": "Written",
    "js": "written"
  },
  "git_packbuilder_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_push_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_push **": {
    "cpp": "GitPush",
    "js": "Push"
  },
  "git_remote *": {
    "cpp": "GitRemote",
    "js": "Remote"
  },
  "git_push_set_options": {
    "cpp": "SetOptions",
    "js": "setOptions"
  },
  "git_push *": {
    "cpp": "GitPush",
    "js": "Push"
  },
  "const git_push_options *": {
    "js": "PushOptions",
    "cpp": "PushOptions"
  },
  "git_push_add_refspec": {
    "cpp": "AddRefspec",
    "js": "addRefspec"
  },
  "git_push_update_tips": {
    "cpp": "UpdateTips",
    "js": "updateTips"
  },
  "git_push_finish": {
    "cpp": "Finish",
    "js": "finish"
  },
  "git_push_unpack_ok": {
    "cpp": "UnpackOk",
    "js": "unpackOk"
  },
  "git_push_status_foreach": {
    "cpp": "StatusForeach",
    "js": "statusForeach"
  },
  "int (*)(const char *ref, const char *msg, void *data)": {
    "js": "Number",
    "cpp": "Int32"
  },
  "git_push_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_reference__alloc": {
    "cpp": "Alloc",
    "js": "alloc"
  },
  "git_refdb *": {
    "cpp": "GitRefdb",
    "js": "Refdb"
  },
  "git_refdb_compress": {
    "cpp": "Compress",
    "js": "compress"
  },
  "git_refdb_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_refdb_set_backend": {
    "cpp": "RefdbSetBackend",
    "js": "refdbSetBackend"
  },
  "git_refdb_backend *": {
    "js": "RefdbBackend",
    "cpp": "RefdbBackend"
  },
  "git_reflog_read": {
    "cpp": "Read",
    "js": "read"
  },
  "git_reflog **": {
    "cpp": "GitReflog",
    "js": "Reflog"
  },
  "const git_reference *": {
    "js": "Reference",
    "cpp": "GitRefs"
  },
  "git_reflog_write": {
    "cpp": "Write",
    "js": "write"
  },
  "git_reflog *": {
    "cpp": "GitReflog",
    "js": "Reflog"
  },
  "git_reflog_append": {
    "cpp": "Append",
    "js": "append"
  },
  "git_reflog_rename": {
    "cpp": "Rename",
    "js": "rename"
  },
  "git_reflog_delete": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_reflog_entrycount": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "git_reflog_entry_byindex": {
    "cpp": "EntryByindex",
    "js": "entryByindex"
  },
  "const git_reflog_entry *": {
    "js": "ReflogEntry",
    "cpp": "ReflogEntry"
  },
  "git_reflog_drop": {
    "cpp": "Drop",
    "js": "drop"
  },
  "git_reflog_entry_id_old": {
    "cpp": "EntryIdOld",
    "js": "entryIdOld"
  },
  "git_reflog_entry_id_new": {
    "cpp": "EntryIdNew",
    "js": "entryIdNew"
  },
  "git_reflog_entry_committer": {
    "cpp": "EntryCommitter",
    "js": "entryCommitter"
  },
  "git_reflog_entry_message": {
    "cpp": "EntryMessage",
    "js": "entryMessage"
  },
  "git_reflog_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_reference_name_to_id": {
    "cpp": "NameToId",
    "js": "nameToId"
  },
  "git_reference_target": {
    "cpp": "Target",
    "js": "target"
  },
  "git_reference_symbolic_target": {
    "cpp": "SymbolicTarget",
    "js": "symbolicTarget"
  },
  "git_reference_type": {
    "cpp": "Type",
    "js": "type"
  },
  "git_ref_t": {
    "js": "Number",
    "cpp": "Number"
  },
  "git_reference_name": {
    "cpp": "Name",
    "js": "name"
  },
  "git_reference_resolve": {
    "cpp": "Resolve",
    "js": "resolve"
  },
  "git_reference_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_reference_symbolic_set_target": {
    "cpp": "SymbolicSetTarget",
    "js": "symbolicSetTarget"
  },
  "git_reference_set_target": {
    "cpp": "SetTarget",
    "js": "setTarget"
  },
  "git_reference_rename": {
    "cpp": "Rename",
    "js": "rename"
  },
  "git_reference_delete": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_reference_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_reference_foreach_cb": {
    "js": "ReferenceForeachCb",
    "cpp": "ReferenceForeachCb"
  },
  "git_reference_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_reference_cmp": {
    "cpp": "Cmp",
    "js": "cmp"
  },
  "git_reference_foreach_glob": {
    "cpp": "ForeachGlob",
    "js": "foreachGlob"
  },
  "git_reference_has_log": {
    "cpp": "HasLog",
    "js": "hasLog"
  },
  "git_reference_is_branch": {
    "cpp": "IsBranch",
    "js": "isBranch"
  },
  "git_reference_is_remote": {
    "cpp": "IsRemote",
    "js": "isRemote"
  },
  "git_reference_normalize_name": {
    "cpp": "NormalizeName",
    "js": "normalizeName"
  },
  "git_reference_peel": {
    "cpp": "Peel",
    "js": "peel"
  },
  "git_reference_is_valid_name": {
    "cpp": "IsValidName",
    "js": "isValidName"
  },
  "git_refspec_src": {
    "cpp": "Src",
    "js": "src"
  },
  "const git_refspec *": {
    "cpp": "GitRefspec",
    "js": "Refspec"
  },
  "git_refspec_dst": {
    "cpp": "Dst",
    "js": "dst"
  },
  "git_refspec_force": {
    "cpp": "Force",
    "js": "force"
  },
  "git_refspec_src_matches": {
    "cpp": "SrcMatches",
    "js": "srcMatches"
  },
  "git_refspec_dst_matches": {
    "cpp": "DstMatches",
    "js": "dstMatches"
  },
  "git_refspec_transform": {
    "cpp": "Transform",
    "js": "transform"
  },
  "git_refspec_rtransform": {
    "cpp": "Rtransform",
    "js": "rtransform"
  },
  "git_remote_save": {
    "cpp": "Save",
    "js": "save"
  },
  "const git_remote *": {
    "cpp": "GitRemote",
    "js": "Remote"
  },
  "git_remote_name": {
    "cpp": "Name",
    "js": "name"
  },
  "git_remote_url": {
    "cpp": "Url",
    "js": "url"
  },
  "git_remote_pushurl": {
    "cpp": "Pushurl",
    "js": "pushurl"
  },
  "git_remote_set_url": {
    "cpp": "SetUrl",
    "js": "setUrl"
  },
  "const char*": {
    "js": "String",
    "cpp": "String"
  },
  "git_remote_set_pushurl": {
    "cpp": "SetPushurl",
    "js": "setPushurl"
  },
  "git_remote_set_fetchspec": {
    "js": "setFetchspec",
    "cpp": "SetFetchspec"
  },
  "git_remote_fetchspec": {
    "js": "fetchspec",
    "cpp": "Fetchspec"
  },
  "git_remote_set_pushspec": {
    "js": "setPushspec",
    "cpp": "SetPushspec"
  },
  "git_remote_pushspec": {
    "js": "pushspec",
    "cpp": "Pushspec"
  },
  "git_remote_connect": {
    "cpp": "Connect",
    "js": "connect"
  },
  "git_direction": {
    "js": "Number",
    "cpp": "Number"
  },
  "git_remote_ls": {
    "cpp": "Ls",
    "js": "ls"
  },
  "git_headlist_cb": {
    "js": "HeadlistCb",
    "cpp": "HeadlistCb"
  },
  "git_remote_download": {
    "cpp": "Download",
    "js": "download"
  },
  "git_remote_connected": {
    "cpp": "Connected",
    "js": "connected"
  },
  "git_remote_stop": {
    "cpp": "Stop",
    "js": "stop"
  },
  "git_remote_disconnect": {
    "cpp": "Disconnect",
    "js": "disconnect"
  },
  "git_remote_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_remote_update_tips": {
    "cpp": "UpdateTips",
    "js": "updateTips"
  },
  "git_remote_valid_url": {
    "cpp": "ValidUrl",
    "js": "validUrl"
  },
  "git_remote_supported_url": {
    "cpp": "SupportedUrl",
    "js": "supportedUrl"
  },
  "git_remote_check_cert": {
    "cpp": "CheckCert",
    "js": "checkCert"
  },
  "git_remote_set_cred_acquire_cb": {
    "js": "setCredAcquireCb",
    "cpp": "SetCredAcquireCb"
  },
  "git_cred_acquire_cb": {
    "js": "CredAcquireCb",
    "cpp": "CredAcquireCb"
  },
  "git_remote_set_transport": {
    "cpp": "SetTransport",
    "js": "setTransport"
  },
  "git_transport *": {
    "cpp": "GitTransport",
    "js": "Transport"
  },
  "git_remote_set_callbacks": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "git_remote_callbacks *": {
    "js": "RemoteCallbacks",
    "cpp": "RemoteCallbacks"
  },
  "git_remote_stats": {
    "cpp": "Stats",
    "js": "stats"
  },
  "const git_transfer_progress *": {
    "js": "TransferProgress",
    "cpp": "TransferProgress"
  },
  "git_remote_autotag": {
    "cpp": "Autotag",
    "js": "autotag"
  },
  "GIT_EXTERN(": {
    "js": "GIT_EXTERN("
  },
  "git_remote_set_autotag": {
    "cpp": "SetAutotag",
    "js": "setAutotag"
  },
  "git_remote_autotag_option_t": {
    "js": "RemoteAutotagOptionT",
    "cpp": "RemoteAutotagOptionT"
  },
  "git_remote_rename": {
    "cpp": "Rename",
    "js": "rename"
  },
  "git_remote_rename_problem_cb": {
    "js": "RemoteRenameProblemCb",
    "cpp": "RemoteRenameProblemCb"
  },
  "git_remote_update_fetchhead": {
    "cpp": "UpdateFetchhead",
    "js": "updateFetchhead"
  },
  "git_remote_set_update_fetchhead": {
    "cpp": "SetUpdateFetchhead",
    "js": "setUpdateFetchhead"
  },
  "git_remote_is_valid_name": {
    "cpp": "IsValidName",
    "js": "isValidName"
  },
  "git_repository_open": {
    "cpp": "Open",
    "js": "open"
  },
  "git_repository **": {
    "cpp": "GitRepository",
    "js": "Repository"
  },
  "git_repository_wrap_odb": {
    "cpp": "WrapOdb",
    "js": "wrapOdb"
  },
  "git_repository_discover": {
    "cpp": "Discover",
    "js": "discover"
  },
  "git_repository_open_ext": {
    "cpp": "OpenExt",
    "js": "openExt"
  },
  "git_repository_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_repository_init": {
    "cpp": "Init",
    "js": "init"
  },
  "unsigned": {
    "js": "Boolean",
    "cpp": "Boolean"
  },
  "git_repository_init_ext": {
    "cpp": "InitExt",
    "js": "initExt"
  },
  "git_repository_init_options *": {
    "cpp": "GitRepositoryInitOptions",
    "js": "RepositoryInitOptions"
  },
  "git_repository_head": {
    "cpp": "Head",
    "js": "head"
  },
  "git_repository_head_detached": {
    "cpp": "HeadDetached",
    "js": "headDetached"
  },
  "git_repository_head_orphan": {
    "js": "headOrphan",
    "cpp": "HeadOrphan"
  },
  "git_repository_is_empty": {
    "cpp": "IsEmpty",
    "js": "isEmpty"
  },
  "git_repository_path": {
    "cpp": "Path",
    "js": "path"
  },
  "git_repository_workdir": {
    "cpp": "Workdir",
    "js": "workdir"
  },
  "git_repository_set_workdir": {
    "cpp": "SetWorkdir",
    "js": "setWorkdir"
  },
  "git_repository_is_bare": {
    "cpp": "IsBare",
    "js": "isBare"
  },
  "git_repository_config": {
    "cpp": "Config",
    "js": "config"
  },
  "git_repository_set_config": {
    "js": "setConfig",
    "cpp": "SetConfig"
  },
  "git_repository_odb": {
    "cpp": "Odb",
    "js": "odb"
  },
  "git_repository_set_odb": {
    "js": "setOdb",
    "cpp": "SetOdb"
  },
  "git_repository_refdb": {
    "cpp": "Refdb",
    "js": "refdb"
  },
  "git_refdb **": {
    "cpp": "GitRefdb",
    "js": "Refdb"
  },
  "git_repository_set_refdb": {
    "js": "setRefdb",
    "cpp": "SetRefdb"
  },
  "git_repository_index": {
    "cpp": "Index",
    "js": "index"
  },
  "git_repository_set_index": {
    "js": "setIndex",
    "cpp": "SetIndex"
  },
  "git_repository_message": {
    "cpp": "Message",
    "js": "message"
  },
  "git_repository_message_remove": {
    "cpp": "MessageRemove",
    "js": "messageRemove"
  },
  "git_repository_merge_cleanup": {
    "cpp": "MergeCleanup",
    "js": "mergeCleanup"
  },
  "git_repository_fetchhead_foreach": {
    "cpp": "FetchheadForeach",
    "js": "fetchheadForeach"
  },
  "git_repository_fetchhead_foreach_cb": {
    "js": "RepositoryFetchheadForeachCb",
    "cpp": "RepositoryFetchheadForeachCb"
  },
  "git_repository_mergehead_foreach": {
    "cpp": "MergeheadForeach",
    "js": "mergeheadForeach"
  },
  "git_repository_mergehead_foreach_cb": {
    "js": "RepositoryMergeheadForeachCb",
    "cpp": "RepositoryMergeheadForeachCb"
  },
  "git_repository_hashfile": {
    "cpp": "Hashfile",
    "js": "hashfile"
  },
  "git_repository_set_head": {
    "cpp": "SetHead",
    "js": "setHead"
  },
  "git_repository*": {
    "js": "Repository*",
    "cpp": "Repository*"
  },
  "git_repository_set_head_detached": {
    "cpp": "SetHeadDetached",
    "js": "setHeadDetached"
  },
  "const git_oid*": {
    "js": "String",
    "cpp": "String"
  },
  "git_repository_detach_head": {
    "cpp": "DetachHead",
    "js": "detachHead"
  },
  "git_repository_state": {
    "cpp": "State",
    "js": "state"
  },
  "git_blob_lookup": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_blob **": {
    "cpp": "GitBlob",
    "js": "Blob"
  },
  "git_blob_lookup_prefix": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_commit_lookup": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_commit_create": {
    "cpp": "CreateCommit",
    "js": "createCommit"
  },
  "const git_commit **": {
    "cpp": "GitCommit",
    "js": "Commit"
  },
  "git_object_lookup": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_object_lookup_prefix": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_refdb_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_refdb_open": {
    "cpp": "Open",
    "js": "open"
  },
  "git_refdb_backend_fs": {
    "cpp": "RefdbBackendFs",
    "js": "refdbBackendFs"
  },
  "struct git_refdb_backend **": {
    "js": "RefdbBackend",
    "cpp": "RefdbBackend"
  },
  "git_reference_lookup": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_reference_symbolic_create": {
    "cpp": "SymbolicCreate",
    "js": "symbolicCreate"
  },
  "git_reference_create": {
    "cpp": "Create",
    "js": "create"
  },
  "git_remote_create": {
    "cpp": "Create",
    "js": "create"
  },
  "git_remote **": {
    "cpp": "GitRemote",
    "js": "Remote"
  },
  "git_remote_create_inmemory": {
    "cpp": "CreateInmemory",
    "js": "createInmemory"
  },
  "git_revwalk_new": {
    "cpp": "CreateRevwalk",
    "js": "createRevwalk"
  },
  "git_revwalk **": {
    "cpp": "GitRevwalk",
    "js": "Revwalk"
  },
  "git_submodule_lookup": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_submodule **": {
    "cpp": "GitSubmodule",
    "js": "Submodule"
  },
  "git_submodule_add_setup": {
    "cpp": "AddSetup",
    "js": "addSetup"
  },
  "git_tag_lookup": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_tag **": {
    "cpp": "GitTag",
    "js": "Tag"
  },
  "git_tag_lookup_prefix": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_tag_create": {
    "cpp": "Create",
    "js": "create"
  },
  "git_tag_create_lightweight": {
    "cpp": "CreateLightweight",
    "js": "createLightweight"
  },
  "git_tree_lookup": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_tree_lookup_prefix": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_submodule_reload_all": {
    "cpp": "ReloadAll",
    "js": "reloadAll"
  },
  "git_tag_delete": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_tag_list": {
    "cpp": "List",
    "js": "list"
  },
  "git_strarray *": {
    "cpp": "GitStrarray",
    "js": "Strarray"
  },
  "git_tag_list_match": {
    "cpp": "ListMatch",
    "js": "listMatch"
  },
  "git_tag_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_tag_foreach_cb": {
    "js": "TagForeachCb",
    "cpp": "TagForeachCb"
  },
  "git_reference_list": {
    "cpp": "List",
    "js": "list"
  },
  "git_blob_create_frombuffer": {
    "cpp": "CreateFrombuffer",
    "js": "createFrombuffer"
  },
  "git_blob_create_fromworkdir": {
    "cpp": "CreateFromworkdir",
    "js": "createFromworkdir"
  },
  "git_blob_create_fromdisk": {
    "cpp": "CreateFromdisk",
    "js": "createFromdisk"
  },
  "git_blob_create_fromchunks": {
    "cpp": "CreateFromchunks",
    "js": "createFromchunks"
  },
  "git_blob_chunk_cb": {
    "js": "BlobChunkCb",
    "cpp": "BlobChunkCb"
  },
  "git_remote_list": {
    "cpp": "List",
    "js": "list"
  },
  "git_clone": {
    "cpp": "GitClone",
    "js": "Clone"
  },
  "const git_clone_options *": {
    "js": "CloneOptions",
    "cpp": "GitCloneOptions"
  },
  "git_remote_load": {
    "cpp": "Load",
    "js": "load"
  },
  "git_reset": {
    "cpp": "GitReset",
    "js": "Reset"
  },
  "git_reset_t": {
    "js": "ResetT",
    "cpp": "ResetT"
  },
  "git_reset_default": {
    "cpp": "ResetDefault",
    "js": "resetDefault"
  },
  "git_strarray*": {
    "js": "Strarray*",
    "cpp": "GitStrarray*"
  },
  "git_revparse_single": {
    "cpp": "RevparseSingle",
    "js": "revparseSingle"
  },
  "git_revparse": {
    "cpp": "GitRevparse",
    "js": "Revparse"
  },
  "git_revspec *": {
    "js": "Revspec",
    "cpp": "Revspec"
  },
  "git_revwalk_reset": {
    "cpp": "Reset",
    "js": "reset"
  },
  "git_revwalk *": {
    "cpp": "GitRevwalk",
    "js": "Revwalk"
  },
  "git_revwalk_push": {
    "cpp": "Push",
    "js": "push"
  },
  "git_revwalk_push_glob": {
    "cpp": "PushGlob",
    "js": "pushGlob"
  },
  "git_revwalk_push_head": {
    "cpp": "PushHead",
    "js": "pushHead"
  },
  "git_revwalk_hide": {
    "cpp": "Hide",
    "js": "hide"
  },
  "git_revwalk_hide_glob": {
    "cpp": "HideGlob",
    "js": "hideGlob"
  },
  "git_revwalk_hide_head": {
    "cpp": "HideHead",
    "js": "hideHead"
  },
  "git_revwalk_push_ref": {
    "cpp": "PushRef",
    "js": "pushRef"
  },
  "git_revwalk_hide_ref": {
    "cpp": "HideRef",
    "js": "hideRef"
  },
  "git_revwalk_next": {
    "cpp": "Next",
    "js": "next"
  },
  "git_revwalk_sorting": {
    "cpp": "Sorting",
    "js": "sorting"
  },
  "git_revwalk_push_range": {
    "cpp": "PushRange",
    "js": "pushRange"
  },
  "git_revwalk_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_revwalk_repository": {
    "cpp": "Repository",
    "js": "repository"
  },
  "git_signature_new": {
    "cpp": "Create",
    "js": "create"
  },
  "git_signature **": {
    "cpp": "GitSignature",
    "js": "Signature"
  },
  "git_signature_now": {
    "cpp": "Now",
    "js": "now"
  },
  "git_signature_dup": {
    "cpp": "Dup",
    "js": "dup"
  },
  "git_signature *": {
    "cpp": "GitSignature",
    "js": "Signature"
  },
  "git_signature_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_stash_save": {
    "cpp": "StashSave",
    "js": "stashSave"
  },
  "git_stash_foreach": {
    "cpp": "StashForeach",
    "js": "stashForeach"
  },
  "git_stash_cb": {
    "js": "StashCb",
    "cpp": "StashCb"
  },
  "git_stash_drop": {
    "cpp": "StashDrop",
    "js": "stashDrop"
  },
  "git_status_foreach": {
    "cpp": "StatusForeach",
    "js": "statusForeach"
  },
  "git_status_cb": {
    "js": "StatusCb",
    "cpp": "StatusCb"
  },
  "git_status_foreach_ext": {
    "cpp": "StatusForeachExt",
    "js": "statusForeachExt"
  },
  "const git_status_options *": {
    "js": "StatusOptions",
    "cpp": "StatusOptions"
  },
  "git_status_file": {
    "cpp": "StatusFile",
    "js": "statusFile"
  },
  "unsigned int *": {
    "js": "Number",
    "cpp": "Int32"
  },
  "git_status_should_ignore": {
    "cpp": "StatusShouldIgnore",
    "js": "statusShouldIgnore"
  },
  "git_strarray_free": {
    "cpp": "StrarrayFree",
    "js": "strarrayFree"
  },
  "git_strarray_copy": {
    "cpp": "StrarrayCopy",
    "js": "strarrayCopy"
  },
  "const git_strarray *": {
    "cpp": "GitStrarray",
    "js": "Strarray"
  },
  "git_submodule_foreach": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "int (*)(git_submodule *sm, const char *name, void *payload)": {
    "js": "Number",
    "cpp": "Int32"
  },
  "git_submodule_add_finalize": {
    "cpp": "AddFinalize",
    "js": "addFinalize"
  },
  "git_submodule *": {
    "cpp": "GitSubmodule",
    "js": "Submodule"
  },
  "git_submodule_add_to_index": {
    "cpp": "AddToIndex",
    "js": "addToIndex"
  },
  "git_submodule_save": {
    "cpp": "Save",
    "js": "save"
  },
  "git_submodule_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_submodule_name": {
    "cpp": "Name",
    "js": "name"
  },
  "git_submodule_path": {
    "cpp": "Path",
    "js": "path"
  },
  "git_submodule_url": {
    "cpp": "Url",
    "js": "url"
  },
  "git_submodule_set_url": {
    "cpp": "SetUrl",
    "js": "setUrl"
  },
  "git_submodule_index_id": {
    "cpp": "IndexId",
    "js": "indexId"
  },
  "git_submodule_head_id": {
    "cpp": "HeadId",
    "js": "headId"
  },
  "git_submodule_wd_id": {
    "cpp": "WdId",
    "js": "wdId"
  },
  "git_submodule_ignore": {
    "cpp": "Ignore",
    "js": "ignore"
  },
  "git_submodule_set_ignore": {
    "cpp": "SetIgnore",
    "js": "setIgnore"
  },
  "git_submodule_ignore_t": {
    "js": "Uint32",
    "cpp": "Number"
  },
  "git_submodule_update": {
    "cpp": "Update",
    "js": "update"
  },
  "git_submodule_set_update": {
    "cpp": "SetUpdate",
    "js": "setUpdate"
  },
  "git_submodule_update_t": {
    "js": "SubmoduleUpdateT"
  },
  "git_submodule_fetch_recurse_submodules": {
    "cpp": "FetchRecurseSubmodules",
    "js": "fetchRecurseSubmodules"
  },
  "git_submodule_set_fetch_recurse_submodules": {
    "cpp": "SetFetchRecurseSubmodules",
    "js": "setFetchRecurseSubmodules"
  },
  "git_submodule_init": {
    "cpp": "Init",
    "js": "init"
  },
  "git_submodule_sync": {
    "cpp": "Sync",
    "js": "sync"
  },
  "git_submodule_open": {
    "cpp": "Open",
    "js": "open"
  },
  "git_submodule_reload": {
    "cpp": "Reload",
    "js": "reload"
  },
  "git_submodule_status": {
    "cpp": "Status",
    "js": "status"
  },
  "git_submodule_location": {
    "cpp": "Location",
    "js": "location"
  },
  "git_tag_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_tag *": {
    "cpp": "GitTag",
    "js": "Tag"
  },
  "git_tag_id": {
    "cpp": "Id",
    "js": "id"
  },
  "const git_tag *": {
    "cpp": "GitTag",
    "js": "Tag"
  },
  "git_tag_target": {
    "cpp": "Target",
    "js": "target"
  },
  "git_tag_target_id": {
    "cpp": "TargetId",
    "js": "targetId"
  },
  "git_tag_target_type": {
    "cpp": "TargetType",
    "js": "targetType"
  },
  "git_tag_name": {
    "cpp": "Name",
    "js": "name"
  },
  "git_tag_tagger": {
    "cpp": "Tagger",
    "js": "tagger"
  },
  "git_tag_message": {
    "cpp": "Message",
    "js": "message"
  },
  "git_tag_create_frombuffer": {
    "cpp": "CreateFrombuffer",
    "js": "createFrombuffer"
  },
  "git_tag_peel": {
    "cpp": "Peel",
    "js": "peel"
  },
  "git_threads_init": {
    "cpp": "Init",
    "js": "init"
  },
  "git_threads_shutdown": {
    "cpp": "ThreadsShutdown",
    "js": "threadsShutdown"
  },
  "git_trace_set": {
    "cpp": "TraceSet",
    "js": "traceSet"
  },
  "git_trace_level_t": {
    "js": "TraceLevelT",
    "cpp": "TraceLevelT"
  },
  "git_trace_callback": {
    "js": "TraceCallback",
    "cpp": "TraceCallback"
  },
  "git_cred_userpass_plaintext_new": {
    "cpp": "UserpassPlaintextNew",
    "js": "userpassPlaintextNew"
  },
  "git_transport_new": {
    "cpp": "PortNew",
    "js": "portNew"
  },
  "git_transport **": {
    "cpp": "GitTransport",
    "js": "Transport"
  },
  "git_transport_dummy": {
    "cpp": "PortDummy",
    "js": "portDummy"
  },
  "git_transport_local": {
    "cpp": "PortLocal",
    "js": "portLocal"
  },
  "git_transport_smart": {
    "cpp": "PortSmart",
    "js": "portSmart"
  },
  "git_smart_subtransport_http": {
    "cpp": "SubtransportHttp",
    "js": "SubtransportHttp"
  },
  "git_smart_subtransport **": {
    "js": "SmartSubtransport",
    "cpp": "SmartSubtransport"
  },
  "git_transport*": {
    "js": "Transport*",
    "cpp": "Transport*"
  },
  "git_smart_subtransport_git": {
    "cpp": "SubtransportGit",
    "js": "SubtransportGit"
  },
  "git_tree_entry_dup": {
    "cpp": "EntryDup",
    "js": "entryDup"
  },
  "const git_tree_entry *": {
    "cpp": "GitTreeEntry",
    "js": "TreeEntry"
  },
  "git_tree_entry *": {
    "cpp": "GitTreeEntry",
    "js": "TreeEntry"
  },
  "git_tree_entry_free": {
    "cpp": "EntryFree",
    "js": "entryFree"
  },
  "git_tree_entry_name": {
    "cpp": "EntryName",
    "js": "entryName"
  },
  "git_tree_entry_id": {
    "cpp": "EntryId",
    "js": "entryId"
  },
  "git_tree_entry_type": {
    "cpp": "EntryType",
    "js": "entryType"
  },
  "git_tree_entry_filemode": {
    "cpp": "EntryFilemode",
    "js": "entryFilemode"
  },
  "git_filemode_t": {
    "js": "Number",
    "cpp": "Number"
  },
  "git_tree_entry_cmp": {
    "cpp": "EntryCmp",
    "js": "entryCmp"
  },
  "git_tree_entry_to_object": {
    "cpp": "EntryToObject",
    "js": "entryToObject"
  },
  "git_tree_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_tree *": {
    "cpp": "GitTree",
    "js": "Tree"
  },
  "git_tree_id": {
    "cpp": "Id",
    "js": "id"
  },
  "git_tree_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_tree_entrycount": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "git_tree_entry_byname": {
    "cpp": "EntryByname",
    "js": "entryByname"
  },
  "git_tree_entry_byindex": {
    "cpp": "EntryByindex",
    "js": "entryByindex"
  },
  "git_tree_entry_byoid": {
    "cpp": "EntryByoid",
    "js": "entryByoid"
  },
  "git_tree_entry_bypath": {
    "cpp": "EntryBypath",
    "js": "entryBypath"
  },
  "git_tree_entry **": {
    "cpp": "GitTreeEntry",
    "js": "TreeEntry"
  },
  "git_treebuilder_create": {
    "cpp": "Create",
    "js": "create"
  },
  "git_treebuilder **": {
    "cpp": "GitTreebuilder",
    "js": "Treebuilder"
  },
  "git_tree_walk": {
    "cpp": "Walk",
    "js": "walk"
  },
  "git_treewalk_mode": {
    "js": "TreewalkMode",
    "cpp": "TreewalkMode"
  },
  "git_treewalk_cb": {
    "js": "TreewalkCb",
    "cpp": "TreewalkCb"
  },
  "git_diff_tree_to_tree": {
    "cpp": "TreeToTree",
    "js": "treeToTree"
  },
  "git_diff_tree_to_index": {
    "cpp": "TreeToIndex",
    "js": "treeToIndex"
  },
  "git_diff_tree_to_workdir": {
    "cpp": "TreeToWorkdir",
    "js": "treeToWorkdir"
  },
  "git_treebuilder_clear": {
    "cpp": "UilderClear",
    "js": "uilderClear"
  },
  "git_treebuilder *": {
    "cpp": "GitTreebuilder",
    "js": "Treebuilder"
  },
  "git_treebuilder_entrycount": {
    "cpp": "UilderEntrycount",
    "js": "uilderEntrycount"
  },
  "git_treebuilder_free": {
    "cpp": "UilderFree",
    "js": "uilderFree"
  },
  "git_treebuilder_get": {
    "cpp": "UilderGet",
    "js": "uilderGet"
  },
  "git_treebuilder_insert": {
    "cpp": "Insert",
    "js": "insert"
  },
  "const git_tree_entry **": {
    "cpp": "GitTreeEntry",
    "js": "TreeEntry"
  },
  "git_treebuilder_remove": {
    "cpp": "Remove",
    "js": "remove"
  },
  "git_treebuilder_filter": {
    "cpp": "UilderFilter",
    "js": "uilderFilter"
  },
  "git_treebuilder_filter_cb": {
    "js": "TreebuilderFilterCb",
    "cpp": "TreebuilderFilterCb"
  },
  "git_treebuilder_write": {
    "cpp": "Write",
    "js": "write"
  },
  "git_blame_hunk": {},
  "git_attr": {
    "cpp": "GitAttr",
    "js": "Attr"
  },
  "git_attr **": {
    "cpp": "GitAttr",
    "js": "Attr"
  },
  "git_attr *": {
    "cpp": "GitAttr",
    "js": "Attr"
  },
  "const git_attr **": {
    "cpp": "GitAttr",
    "js": "Attr"
  },
  "const git_attr *": {
    "cpp": "GitAttr",
    "js": "Attr"
  },
  "git_attr_get *": {
    "cpp": "Get",
    "js": "get"
  },
  "const git_attr_get *": {
    "cpp": "Get",
    "js": "get"
  },
  "git_attr_get_many *": {
    "cpp": "GetMany",
    "js": "getMany"
  },
  "const git_attr_get_many *": {
    "cpp": "GetMany",
    "js": "getMany"
  },
  "git_attr_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_attr_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_attr_cache_flush *": {
    "cpp": "CacheFlush",
    "js": "cacheFlush"
  },
  "const git_attr_cache_flush *": {
    "cpp": "CacheFlush",
    "js": "cacheFlush"
  },
  "git_attr_add_macro *": {
    "cpp": "AddMacro",
    "js": "addMacro"
  },
  "const git_attr_add_macro *": {
    "cpp": "AddMacro",
    "js": "addMacro"
  },
  "git_blame": {
    "cpp": "GitBlame",
    "js": "Blame"
  },
  "git_blame **": {
    "cpp": "GitBlame",
    "js": "Blame"
  },
  "git_blame *": {
    "cpp": "GitBlame",
    "js": "Blame"
  },
  "const git_blame **": {
    "cpp": "GitBlame",
    "js": "Blame"
  },
  "const git_blame *": {
    "cpp": "GitBlame",
    "js": "Blame"
  },
  "git_blame_get_hunk_count": {
    "cpp": "GetHunkCount",
    "js": "getHunkCount"
  },
  "git_blame_get_hunk_count *": {
    "cpp": "GetHunkCount",
    "js": "getHunkCount"
  },
  "const git_blame_get_hunk_count *": {
    "cpp": "GetHunkCount",
    "js": "getHunkCount"
  },
  "git_blame_get_hunk_byindex": {
    "cpp": "GetHunkByindex",
    "js": "getHunkByindex"
  },
  "git_blame_get_hunk_byindex *": {
    "cpp": "GetHunkByindex",
    "js": "getHunkByindex"
  },
  "const git_blame_get_hunk_byindex *": {
    "cpp": "GetHunkByindex",
    "js": "getHunkByindex"
  },
  "git_blame_get_hunk_byline": {
    "cpp": "GetHunkByline",
    "js": "getHunkByline"
  },
  "git_blame_get_hunk_byline *": {
    "cpp": "GetHunkByline",
    "js": "getHunkByline"
  },
  "const git_blame_get_hunk_byline *": {
    "cpp": "GetHunkByline",
    "js": "getHunkByline"
  },
  "git_blame_file": {
    "cpp": "File",
    "js": "file"
  },
  "git_blame_file *": {
    "cpp": "File",
    "js": "file"
  },
  "const git_blame_file *": {
    "cpp": "File",
    "js": "file"
  },
  "git_blame_buffer": {
    "cpp": "Buffer",
    "js": "buffer"
  },
  "git_blame_buffer *": {
    "cpp": "Buffer",
    "js": "buffer"
  },
  "const git_blame_buffer *": {
    "cpp": "Buffer",
    "js": "buffer"
  },
  "git_blame_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_blame_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_blame_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_blob": {
    "cpp": "GitBlob",
    "js": "Blob"
  },
  "const git_blob **": {
    "cpp": "GitBlob",
    "js": "Blob"
  },
  "git_blob_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "const git_blob_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_blob_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "const git_blob_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_blob_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_blob_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_blob_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "const git_blob_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "git_blob_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_blob_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_blob_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_blob_rawcontent *": {
    "cpp": "Rawcontent",
    "js": "rawcontent"
  },
  "const git_blob_rawcontent *": {
    "cpp": "Rawcontent",
    "js": "rawcontent"
  },
  "git_blob_rawsize *": {
    "cpp": "Rawsize",
    "js": "rawsize"
  },
  "const git_blob_rawsize *": {
    "cpp": "Rawsize",
    "js": "rawsize"
  },
  "git_blob_filtered_content": {
    "cpp": "FilteredContent",
    "js": "filteredContent"
  },
  "git_blob_filtered_content *": {
    "cpp": "FilteredContent",
    "js": "filteredContent"
  },
  "const git_blob_filtered_content *": {
    "cpp": "FilteredContent",
    "js": "filteredContent"
  },
  "git_blob_create_fromworkdir *": {
    "cpp": "CreateFromworkdir",
    "js": "createFromworkdir"
  },
  "const git_blob_create_fromworkdir *": {
    "cpp": "CreateFromworkdir",
    "js": "createFromworkdir"
  },
  "git_blob_create_fromdisk *": {
    "cpp": "CreateFromdisk",
    "js": "createFromdisk"
  },
  "const git_blob_create_fromdisk *": {
    "cpp": "CreateFromdisk",
    "js": "createFromdisk"
  },
  "git_blob_create_fromchunks *": {
    "cpp": "CreateFromchunks",
    "js": "createFromchunks"
  },
  "const git_blob_create_fromchunks *": {
    "cpp": "CreateFromchunks",
    "js": "createFromchunks"
  },
  "git_blob_create_frombuffer *": {
    "cpp": "CreateFrombuffer",
    "js": "createFrombuffer"
  },
  "const git_blob_create_frombuffer *": {
    "cpp": "CreateFrombuffer",
    "js": "createFrombuffer"
  },
  "git_blob_is_binary *": {
    "cpp": "IsBinary",
    "js": "isBinary"
  },
  "const git_blob_is_binary *": {
    "cpp": "IsBinary",
    "js": "isBinary"
  },
  "git_branch": {
    "cpp": "GitBranch",
    "js": "Branch"
  },
  "git_branch **": {
    "cpp": "GitBranch",
    "js": "Branch"
  },
  "git_branch *": {
    "cpp": "GitBranch",
    "js": "Branch"
  },
  "const git_branch **": {
    "cpp": "GitBranch",
    "js": "Branch"
  },
  "const git_branch *": {
    "cpp": "GitBranch",
    "js": "Branch"
  },
  "git_branch_create *": {
    "cpp": "BranchCreate",
    "js": "branchCreate"
  },
  "const git_branch_create *": {
    "cpp": "BranchCreate",
    "js": "branchCreate"
  },
  "git_branch_delete *": {
    "cpp": "BranchDelete",
    "js": "branchDelete"
  },
  "const git_branch_delete *": {
    "cpp": "BranchDelete",
    "js": "branchDelete"
  },
  "git_branch_iterator_new": {
    "cpp": "BranchIteratorNew",
    "js": "branchIteratorNew"
  },
  "git_branch_iterator_new *": {
    "cpp": "BranchIteratorNew",
    "js": "branchIteratorNew"
  },
  "const git_branch_iterator_new *": {
    "cpp": "BranchIteratorNew",
    "js": "branchIteratorNew"
  },
  "git_branch_next": {
    "cpp": "BranchNext",
    "js": "branchNext"
  },
  "git_branch_next *": {
    "cpp": "BranchNext",
    "js": "branchNext"
  },
  "const git_branch_next *": {
    "cpp": "BranchNext",
    "js": "branchNext"
  },
  "git_branch_iterator_free": {
    "cpp": "BranchIteratorFree",
    "js": "branchIteratorFree"
  },
  "git_branch_iterator_free *": {
    "cpp": "BranchIteratorFree",
    "js": "branchIteratorFree"
  },
  "const git_branch_iterator_free *": {
    "cpp": "BranchIteratorFree",
    "js": "branchIteratorFree"
  },
  "git_branch_move *": {
    "cpp": "BranchMove",
    "js": "branchMove"
  },
  "const git_branch_move *": {
    "cpp": "BranchMove",
    "js": "branchMove"
  },
  "git_branch_lookup *": {
    "cpp": "BranchLookup",
    "js": "branchLookup"
  },
  "const git_branch_lookup *": {
    "cpp": "BranchLookup",
    "js": "branchLookup"
  },
  "git_branch_name *": {
    "cpp": "BranchName",
    "js": "branchName"
  },
  "const git_branch_name *": {
    "cpp": "BranchName",
    "js": "branchName"
  },
  "git_branch_upstream *": {
    "cpp": "BranchUpstream",
    "js": "branchUpstream"
  },
  "const git_branch_upstream *": {
    "cpp": "BranchUpstream",
    "js": "branchUpstream"
  },
  "git_branch_set_upstream *": {
    "cpp": "BranchSetUpstream",
    "js": "branchSetUpstream"
  },
  "const git_branch_set_upstream *": {
    "cpp": "BranchSetUpstream",
    "js": "branchSetUpstream"
  },
  "git_branch_upstream_name *": {
    "cpp": "BranchUpstreamName",
    "js": "branchUpstreamName"
  },
  "const git_branch_upstream_name *": {
    "cpp": "BranchUpstreamName",
    "js": "branchUpstreamName"
  },
  "git_branch_is_head *": {
    "cpp": "BranchIsHead",
    "js": "branchIsHead"
  },
  "const git_branch_is_head *": {
    "cpp": "BranchIsHead",
    "js": "branchIsHead"
  },
  "git_branch_remote_name *": {
    "cpp": "BranchRemoteName",
    "js": "branchRemoteName"
  },
  "const git_branch_remote_name *": {
    "cpp": "BranchRemoteName",
    "js": "branchRemoteName"
  },
  "git_buffer": {
    "cpp": "GitBuffer",
    "js": "Buffer"
  },
  "git_buffer **": {
    "cpp": "GitBuffer",
    "js": "Buffer"
  },
  "git_buffer *": {
    "cpp": "GitBuffer",
    "js": "Buffer"
  },
  "const git_buffer **": {
    "cpp": "GitBuffer",
    "js": "Buffer"
  },
  "const git_buffer *": {
    "cpp": "GitBuffer",
    "js": "Buffer"
  },
  "git_buf_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_buf_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_buf_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_buf_grow": {
    "cpp": "Grow",
    "js": "grow"
  },
  "git_buf_grow *": {
    "cpp": "Grow",
    "js": "grow"
  },
  "const git_buf_grow *": {
    "cpp": "Grow",
    "js": "grow"
  },
  "git_buf_set": {
    "cpp": "Set",
    "js": "set"
  },
  "git_buf_set *": {
    "cpp": "Set",
    "js": "set"
  },
  "const git_buf_set *": {
    "cpp": "Set",
    "js": "set"
  },
  "git_checkout": {
    "cpp": "GitCheckout",
    "js": "Checkout"
  },
  "git_checkout **": {
    "cpp": "GitCheckout",
    "js": "Checkout"
  },
  "git_checkout *": {
    "cpp": "GitCheckout",
    "js": "Checkout"
  },
  "const git_checkout **": {
    "cpp": "GitCheckout",
    "js": "Checkout"
  },
  "const git_checkout *": {
    "cpp": "GitCheckout",
    "js": "Checkout"
  },
  "git_checkout_head *": {
    "cpp": "Head",
    "js": "head"
  },
  "const git_checkout_head *": {
    "cpp": "Head",
    "js": "head"
  },
  "git_checkout_index *": {
    "cpp": "Index",
    "js": "index"
  },
  "const git_checkout_index *": {
    "cpp": "Index",
    "js": "index"
  },
  "git_checkout_tree *": {
    "cpp": "Tree",
    "js": "tree"
  },
  "const git_checkout_tree *": {
    "cpp": "Tree",
    "js": "tree"
  },
  "git_clone **": {
    "cpp": "GitClone",
    "js": "Clone"
  },
  "git_clone *": {
    "cpp": "GitClone",
    "js": "Clone"
  },
  "const git_clone **": {
    "cpp": "GitClone",
    "js": "Clone"
  },
  "const git_clone *": {
    "cpp": "GitClone",
    "js": "Clone"
  },
  "git_clone_into": {
    "cpp": "CloneInto",
    "js": "cloneInto"
  },
  "git_clone_into *": {
    "cpp": "CloneInto",
    "js": "cloneInto"
  },
  "const git_clone_into *": {
    "cpp": "CloneInto",
    "js": "cloneInto"
  },
  "git_commit": {
    "cpp": "GitCommit",
    "js": "Commit"
  },
  "git_commit_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "const git_commit_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_commit_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "const git_commit_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_commit_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_commit_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_commit_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "const git_commit_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "git_commit_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_commit_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_commit_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_commit_message_encoding *": {
    "cpp": "MessageEncoding",
    "js": "messageEncoding"
  },
  "const git_commit_message_encoding *": {
    "cpp": "MessageEncoding",
    "js": "messageEncoding"
  },
  "git_commit_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "const git_commit_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "git_commit_message_raw": {
    "cpp": "MessageRaw",
    "js": "messageRaw"
  },
  "git_commit_message_raw *": {
    "cpp": "MessageRaw",
    "js": "messageRaw"
  },
  "const git_commit_message_raw *": {
    "cpp": "MessageRaw",
    "js": "messageRaw"
  },
  "git_commit_time *": {
    "cpp": "Time",
    "js": "time"
  },
  "const git_commit_time *": {
    "cpp": "Time",
    "js": "time"
  },
  "git_commit_time_offset *": {
    "cpp": "TimeOffset",
    "js": "timeOffset"
  },
  "const git_commit_time_offset *": {
    "cpp": "TimeOffset",
    "js": "timeOffset"
  },
  "git_commit_committer *": {
    "cpp": "Committer",
    "js": "committer"
  },
  "const git_commit_committer *": {
    "cpp": "Committer",
    "js": "committer"
  },
  "git_commit_author *": {
    "cpp": "Author",
    "js": "author"
  },
  "const git_commit_author *": {
    "cpp": "Author",
    "js": "author"
  },
  "git_commit_raw_header": {
    "cpp": "RawHeader",
    "js": "rawHeader"
  },
  "git_commit_raw_header *": {
    "cpp": "RawHeader",
    "js": "rawHeader"
  },
  "const git_commit_raw_header *": {
    "cpp": "RawHeader",
    "js": "rawHeader"
  },
  "git_commit_tree *": {
    "cpp": "Tree",
    "js": "tree"
  },
  "const git_commit_tree *": {
    "cpp": "Tree",
    "js": "tree"
  },
  "git_commit_tree_id *": {
    "cpp": "TreeId",
    "js": "treeId"
  },
  "const git_commit_tree_id *": {
    "cpp": "TreeId",
    "js": "treeId"
  },
  "git_commit_parentcount *": {
    "cpp": "Parentcount",
    "js": "parentcount"
  },
  "const git_commit_parentcount *": {
    "cpp": "Parentcount",
    "js": "parentcount"
  },
  "git_commit_parent *": {
    "cpp": "Parent",
    "js": "parent"
  },
  "const git_commit_parent *": {
    "cpp": "Parent",
    "js": "parent"
  },
  "git_commit_parent_id *": {
    "cpp": "ParentId",
    "js": "parentId"
  },
  "const git_commit_parent_id *": {
    "cpp": "ParentId",
    "js": "parentId"
  },
  "git_commit_nth_gen_ancestor *": {
    "cpp": "NthGenAncestor",
    "js": "nthGenAncestor"
  },
  "const git_commit_nth_gen_ancestor *": {
    "cpp": "NthGenAncestor",
    "js": "nthGenAncestor"
  },
  "git_commit_create *": {
    "cpp": "CreateCommit",
    "js": "createCommit"
  },
  "const git_commit_create *": {
    "cpp": "CreateCommit",
    "js": "createCommit"
  },
  "git_commit_create_v *": {
    "cpp": "CreateV",
    "js": "createV"
  },
  "const git_commit_create_v *": {
    "cpp": "CreateV",
    "js": "createV"
  },
  "git_common": {
    "cpp": "GitCommon",
    "js": "Common"
  },
  "git_common **": {
    "cpp": "GitCommon",
    "js": "Common"
  },
  "git_common *": {
    "cpp": "GitCommon",
    "js": "Common"
  },
  "const git_common **": {
    "cpp": "GitCommon",
    "js": "Common"
  },
  "const git_common *": {
    "cpp": "GitCommon",
    "js": "Common"
  },
  "git_libgit2_version *": {
    "cpp": "Libgit2Version",
    "js": "libgit2Version"
  },
  "const git_libgit2_version *": {
    "cpp": "Libgit2Version",
    "js": "libgit2Version"
  },
  "git_libgit2_capabilities *": {
    "cpp": "Libgit2Capabilities",
    "js": "libgit2Capabilities"
  },
  "const git_libgit2_capabilities *": {
    "cpp": "Libgit2Capabilities",
    "js": "libgit2Capabilities"
  },
  "git_libgit2_opts *": {
    "cpp": "Libgit2Opts",
    "js": "libgit2Opts"
  },
  "const git_libgit2_opts *": {
    "cpp": "Libgit2Opts",
    "js": "libgit2Opts"
  },
  "git_config": {
    "cpp": "GitConfig",
    "js": "Config"
  },
  "const git_config **": {
    "cpp": "GitConfig",
    "js": "Config"
  },
  "git_config_find_global *": {
    "cpp": "FindGlobal",
    "js": "findGlobal"
  },
  "const git_config_find_global *": {
    "cpp": "FindGlobal",
    "js": "findGlobal"
  },
  "git_config_find_xdg *": {
    "cpp": "FindXdg",
    "js": "findXdg"
  },
  "const git_config_find_xdg *": {
    "cpp": "FindXdg",
    "js": "findXdg"
  },
  "git_config_find_system *": {
    "cpp": "FindSystem",
    "js": "findSystem"
  },
  "const git_config_find_system *": {
    "cpp": "FindSystem",
    "js": "findSystem"
  },
  "git_config_open_default *": {
    "cpp": "OpenDefault",
    "js": "openDefault"
  },
  "const git_config_open_default *": {
    "cpp": "OpenDefault",
    "js": "openDefault"
  },
  "git_config_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_config_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_config_add_file_ondisk *": {
    "cpp": "AddFileOndisk",
    "js": "addFileOndisk"
  },
  "const git_config_add_file_ondisk *": {
    "cpp": "AddFileOndisk",
    "js": "addFileOndisk"
  },
  "git_config_open_ondisk *": {
    "cpp": "OpenOndisk",
    "js": "openOndisk"
  },
  "const git_config_open_ondisk *": {
    "cpp": "OpenOndisk",
    "js": "openOndisk"
  },
  "git_config_open_level *": {
    "cpp": "OpenLevel",
    "js": "openLevel"
  },
  "const git_config_open_level *": {
    "cpp": "OpenLevel",
    "js": "openLevel"
  },
  "git_config_open_global": {
    "cpp": "OpenGlobal",
    "js": "openGlobal"
  },
  "git_config_open_global *": {
    "cpp": "OpenGlobal",
    "js": "openGlobal"
  },
  "const git_config_open_global *": {
    "cpp": "OpenGlobal",
    "js": "openGlobal"
  },
  "git_config_refresh *": {
    "cpp": "Refresh",
    "js": "refresh"
  },
  "const git_config_refresh *": {
    "cpp": "Refresh",
    "js": "refresh"
  },
  "git_config_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_config_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_config_get_entry *": {
    "cpp": "GetEntry",
    "js": "getEntry"
  },
  "const git_config_get_entry *": {
    "cpp": "GetEntry",
    "js": "getEntry"
  },
  "git_config_get_int32 *": {
    "cpp": "GetInt32",
    "js": "getInt32"
  },
  "const git_config_get_int32 *": {
    "cpp": "GetInt32",
    "js": "getInt32"
  },
  "git_config_get_int64 *": {
    "cpp": "GetInt64",
    "js": "getInt64"
  },
  "const git_config_get_int64 *": {
    "cpp": "GetInt64",
    "js": "getInt64"
  },
  "git_config_get_bool *": {
    "cpp": "GetBool",
    "js": "getBool"
  },
  "const git_config_get_bool *": {
    "cpp": "GetBool",
    "js": "getBool"
  },
  "git_config_get_string *": {
    "cpp": "GetString",
    "js": "getString"
  },
  "const git_config_get_string *": {
    "cpp": "GetString",
    "js": "getString"
  },
  "git_config_get_multivar_foreach": {
    "cpp": "GetMultivarForeach",
    "js": "getMultivarForeach"
  },
  "git_config_get_multivar_foreach *": {
    "cpp": "GetMultivarForeach",
    "js": "getMultivarForeach"
  },
  "const git_config_get_multivar_foreach *": {
    "cpp": "GetMultivarForeach",
    "js": "getMultivarForeach"
  },
  "git_config_multivar_iterator_new": {
    "cpp": "MultivarIteratorNew",
    "js": "multivarIteratorNew"
  },
  "git_config_multivar_iterator_new *": {
    "cpp": "MultivarIteratorNew",
    "js": "multivarIteratorNew"
  },
  "const git_config_multivar_iterator_new *": {
    "cpp": "MultivarIteratorNew",
    "js": "multivarIteratorNew"
  },
  "git_config_next": {
    "cpp": "Next",
    "js": "next"
  },
  "git_config_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "const git_config_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "git_config_iterator_free": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "git_config_iterator_free *": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "const git_config_iterator_free *": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "git_config_set_int32 *": {
    "cpp": "SetInt32",
    "js": "setInt32"
  },
  "const git_config_set_int32 *": {
    "cpp": "SetInt32",
    "js": "setInt32"
  },
  "git_config_set_int64 *": {
    "cpp": "SetInt64",
    "js": "setInt64"
  },
  "const git_config_set_int64 *": {
    "cpp": "SetInt64",
    "js": "setInt64"
  },
  "git_config_set_bool *": {
    "cpp": "SetBool",
    "js": "setBool"
  },
  "const git_config_set_bool *": {
    "cpp": "SetBool",
    "js": "setBool"
  },
  "git_config_set_string *": {
    "cpp": "SetString",
    "js": "setString"
  },
  "const git_config_set_string *": {
    "cpp": "SetString",
    "js": "setString"
  },
  "git_config_set_multivar *": {
    "cpp": "SetMultivar",
    "js": "setMultivar"
  },
  "const git_config_set_multivar *": {
    "cpp": "SetMultivar",
    "js": "setMultivar"
  },
  "git_config_delete_entry *": {
    "cpp": "DeleteEntry",
    "js": "deleteEntry"
  },
  "const git_config_delete_entry *": {
    "cpp": "DeleteEntry",
    "js": "deleteEntry"
  },
  "git_config_delete_multivar": {
    "cpp": "DeleteMultivar",
    "js": "deleteMultivar"
  },
  "git_config_delete_multivar *": {
    "cpp": "DeleteMultivar",
    "js": "deleteMultivar"
  },
  "const git_config_delete_multivar *": {
    "cpp": "DeleteMultivar",
    "js": "deleteMultivar"
  },
  "git_config_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_config_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_config_iterator_new": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "git_config_iterator_new *": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "const git_config_iterator_new *": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "git_config_iterator_glob_new": {
    "cpp": "IteratorGlobNew",
    "js": "iteratorGlobNew"
  },
  "git_config_iterator_glob_new *": {
    "cpp": "IteratorGlobNew",
    "js": "iteratorGlobNew"
  },
  "const git_config_iterator_glob_new *": {
    "cpp": "IteratorGlobNew",
    "js": "iteratorGlobNew"
  },
  "git_config_foreach_match *": {
    "cpp": "ForeachMatch",
    "js": "foreachMatch"
  },
  "const git_config_foreach_match *": {
    "cpp": "ForeachMatch",
    "js": "foreachMatch"
  },
  "git_config_get_mapped *": {
    "cpp": "GetMapped",
    "js": "getMapped"
  },
  "const git_config_get_mapped *": {
    "cpp": "GetMapped",
    "js": "getMapped"
  },
  "git_config_lookup_map_value *": {
    "cpp": "LookupMapValue",
    "js": "lookupMapValue"
  },
  "const git_config_lookup_map_value *": {
    "cpp": "LookupMapValue",
    "js": "lookupMapValue"
  },
  "git_config_parse_bool *": {
    "cpp": "ParseBool",
    "js": "parseBool"
  },
  "const git_config_parse_bool *": {
    "cpp": "ParseBool",
    "js": "parseBool"
  },
  "git_config_parse_int32 *": {
    "cpp": "ParseInt32",
    "js": "parseInt32"
  },
  "const git_config_parse_int32 *": {
    "cpp": "ParseInt32",
    "js": "parseInt32"
  },
  "git_config_parse_int64 *": {
    "cpp": "ParseInt64",
    "js": "parseInt64"
  },
  "const git_config_parse_int64 *": {
    "cpp": "ParseInt64",
    "js": "parseInt64"
  },
  "git_config_backend_foreach_match": {
    "cpp": "BackendForeachMatch",
    "js": "backendForeachMatch"
  },
  "git_config_backend_foreach_match *": {
    "cpp": "BackendForeachMatch",
    "js": "backendForeachMatch"
  },
  "const git_config_backend_foreach_match *": {
    "cpp": "BackendForeachMatch",
    "js": "backendForeachMatch"
  },
  "git_cred_helpers": {
    "cpp": "GitCredHelpers",
    "js": "CredHelpers"
  },
  "git_cred_helpers **": {
    "cpp": "GitCredHelpers",
    "js": "CredHelpers"
  },
  "git_cred_helpers *": {
    "cpp": "GitCredHelpers",
    "js": "CredHelpers"
  },
  "const git_cred_helpers **": {
    "cpp": "GitCredHelpers",
    "js": "CredHelpers"
  },
  "const git_cred_helpers *": {
    "cpp": "GitCredHelpers",
    "js": "CredHelpers"
  },
  "git_cred_userpass *": {
    "cpp": "Userpass",
    "js": "userpass"
  },
  "const git_cred_userpass *": {
    "cpp": "Userpass",
    "js": "userpass"
  },
  "git_diff": {
    "cpp": "GitDiff",
    "js": "Diff"
  },
  "git_diff **": {
    "cpp": "GitDiff",
    "js": "Diff"
  },
  "git_diff *": {
    "cpp": "GitDiff",
    "js": "Diff"
  },
  "const git_diff **": {
    "cpp": "GitDiff",
    "js": "Diff"
  },
  "const git_diff *": {
    "cpp": "GitDiff",
    "js": "Diff"
  },
  "git_diff_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_diff_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_diff_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_diff_tree_to_tree *": {
    "cpp": "TreeToTree",
    "js": "treeToTree"
  },
  "const git_diff_tree_to_tree *": {
    "cpp": "TreeToTree",
    "js": "treeToTree"
  },
  "git_diff_tree_to_index *": {
    "cpp": "TreeToIndex",
    "js": "treeToIndex"
  },
  "const git_diff_tree_to_index *": {
    "cpp": "TreeToIndex",
    "js": "treeToIndex"
  },
  "git_diff_index_to_workdir *": {
    "cpp": "IndexToWorkdir",
    "js": "indexToWorkdir"
  },
  "const git_diff_index_to_workdir *": {
    "cpp": "IndexToWorkdir",
    "js": "indexToWorkdir"
  },
  "git_diff_tree_to_workdir *": {
    "cpp": "TreeToWorkdir",
    "js": "treeToWorkdir"
  },
  "const git_diff_tree_to_workdir *": {
    "cpp": "TreeToWorkdir",
    "js": "treeToWorkdir"
  },
  "git_diff_tree_to_workdir_with_index": {
    "cpp": "TreeToWorkdirWithIndex",
    "js": "treeToWorkdirWithIndex"
  },
  "git_diff_tree_to_workdir_with_index *": {
    "cpp": "TreeToWorkdirWithIndex",
    "js": "treeToWorkdirWithIndex"
  },
  "const git_diff_tree_to_workdir_with_index *": {
    "cpp": "TreeToWorkdirWithIndex",
    "js": "treeToWorkdirWithIndex"
  },
  "git_diff_merge *": {
    "cpp": "Merge",
    "js": "merge"
  },
  "const git_diff_merge *": {
    "cpp": "Merge",
    "js": "merge"
  },
  "git_diff_find_similar *": {
    "cpp": "FindSimilar",
    "js": "findSimilar"
  },
  "const git_diff_find_similar *": {
    "cpp": "FindSimilar",
    "js": "findSimilar"
  },
  "git_diff_options_init": {
    "cpp": "OptionsInit",
    "js": "optionsInit"
  },
  "git_diff_options_init *": {
    "cpp": "OptionsInit",
    "js": "optionsInit"
  },
  "const git_diff_options_init *": {
    "cpp": "OptionsInit",
    "js": "optionsInit"
  },
  "git_diff_num_deltas *": {
    "cpp": "NumDeltas",
    "js": "numDeltas"
  },
  "const git_diff_num_deltas *": {
    "cpp": "NumDeltas",
    "js": "numDeltas"
  },
  "git_diff_num_deltas_of_type *": {
    "cpp": "NumDeltasOfType",
    "js": "numDeltasOfType"
  },
  "const git_diff_num_deltas_of_type *": {
    "cpp": "NumDeltasOfType",
    "js": "numDeltasOfType"
  },
  "git_diff_get_delta": {
    "cpp": "GetDelta",
    "js": "getDelta"
  },
  "git_diff_get_delta *": {
    "cpp": "GetDelta",
    "js": "getDelta"
  },
  "const git_diff_get_delta *": {
    "cpp": "GetDelta",
    "js": "getDelta"
  },
  "git_diff_is_sorted_icase": {
    "cpp": "IsSortedIcase",
    "js": "isSortedIcase"
  },
  "git_diff_is_sorted_icase *": {
    "cpp": "IsSortedIcase",
    "js": "isSortedIcase"
  },
  "const git_diff_is_sorted_icase *": {
    "cpp": "IsSortedIcase",
    "js": "isSortedIcase"
  },
  "git_diff_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_diff_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_diff_status_char *": {
    "cpp": "StatusChar",
    "js": "statusChar"
  },
  "const git_diff_status_char *": {
    "cpp": "StatusChar",
    "js": "statusChar"
  },
  "git_diff_print": {
    "cpp": "Print",
    "js": "print"
  },
  "git_diff_print *": {
    "cpp": "Print",
    "js": "print"
  },
  "const git_diff_print *": {
    "cpp": "Print",
    "js": "print"
  },
  "git_diff_blobs *": {
    "cpp": "Blobs",
    "js": "blobs"
  },
  "const git_diff_blobs *": {
    "cpp": "Blobs",
    "js": "blobs"
  },
  "git_diff_blob_to_buffer *": {
    "cpp": "BlobToBuffer",
    "js": "blobToBuffer"
  },
  "const git_diff_blob_to_buffer *": {
    "cpp": "BlobToBuffer",
    "js": "blobToBuffer"
  },
  "git_errors": {
    "cpp": "GitErrors",
    "js": "Errors"
  },
  "git_errors **": {
    "cpp": "GitErrors",
    "js": "Errors"
  },
  "git_errors *": {
    "cpp": "GitErrors",
    "js": "Errors"
  },
  "const git_errors **": {
    "cpp": "GitErrors",
    "js": "Errors"
  },
  "const git_errors *": {
    "cpp": "GitErrors",
    "js": "Errors"
  },
  "giterr_last *": {
    "cpp": "RrLast",
    "js": "rrLast"
  },
  "const giterr_last *": {
    "cpp": "RrLast",
    "js": "rrLast"
  },
  "giterr_clear *": {
    "cpp": "RrClear",
    "js": "rrClear"
  },
  "const giterr_clear *": {
    "cpp": "RrClear",
    "js": "rrClear"
  },
  "giterr_detach": {
    "cpp": "RrDetach",
    "js": "rrDetach"
  },
  "giterr_detach *": {
    "cpp": "RrDetach",
    "js": "rrDetach"
  },
  "const giterr_detach *": {
    "cpp": "RrDetach",
    "js": "rrDetach"
  },
  "giterr_set_str *": {
    "cpp": "RrSetStr",
    "js": "rrSetStr"
  },
  "const giterr_set_str *": {
    "cpp": "RrSetStr",
    "js": "rrSetStr"
  },
  "giterr_set_oom *": {
    "cpp": "RrSetOom",
    "js": "rrSetOom"
  },
  "const giterr_set_oom *": {
    "cpp": "RrSetOom",
    "js": "rrSetOom"
  },
  "git_filter": {
    "cpp": "GitFilter",
    "js": "Filter"
  },
  "git_filter **": {
    "cpp": "GitFilter",
    "js": "Filter"
  },
  "git_filter *": {
    "cpp": "GitFilter",
    "js": "Filter"
  },
  "const git_filter **": {
    "cpp": "GitFilter",
    "js": "Filter"
  },
  "const git_filter *": {
    "cpp": "GitFilter",
    "js": "Filter"
  },
  "git_filter_list_load": {
    "cpp": "ListLoad",
    "js": "listLoad"
  },
  "git_filter_list_load *": {
    "cpp": "ListLoad",
    "js": "listLoad"
  },
  "const git_filter_list_load *": {
    "cpp": "ListLoad",
    "js": "listLoad"
  },
  "git_filter_list_apply_to_data": {
    "cpp": "ListApplyToData",
    "js": "listApplyToData"
  },
  "git_filter_list_apply_to_data *": {
    "cpp": "ListApplyToData",
    "js": "listApplyToData"
  },
  "const git_filter_list_apply_to_data *": {
    "cpp": "ListApplyToData",
    "js": "listApplyToData"
  },
  "git_filter_list_apply_to_file": {
    "cpp": "ListApplyToFile",
    "js": "listApplyToFile"
  },
  "git_filter_list_apply_to_file *": {
    "cpp": "ListApplyToFile",
    "js": "listApplyToFile"
  },
  "const git_filter_list_apply_to_file *": {
    "cpp": "ListApplyToFile",
    "js": "listApplyToFile"
  },
  "git_filter_list_apply_to_blob": {
    "cpp": "ListApplyToBlob",
    "js": "listApplyToBlob"
  },
  "git_filter_list_apply_to_blob *": {
    "cpp": "ListApplyToBlob",
    "js": "listApplyToBlob"
  },
  "const git_filter_list_apply_to_blob *": {
    "cpp": "ListApplyToBlob",
    "js": "listApplyToBlob"
  },
  "git_filter_list_free": {
    "cpp": "ListFree",
    "js": "listFree"
  },
  "git_filter_list_free *": {
    "cpp": "ListFree",
    "js": "listFree"
  },
  "const git_filter_list_free *": {
    "cpp": "ListFree",
    "js": "listFree"
  },
  "git_graph": {
    "cpp": "GitGraph",
    "js": "Graph"
  },
  "git_graph **": {
    "cpp": "GitGraph",
    "js": "Graph"
  },
  "git_graph *": {
    "cpp": "GitGraph",
    "js": "Graph"
  },
  "const git_graph **": {
    "cpp": "GitGraph",
    "js": "Graph"
  },
  "const git_graph *": {
    "cpp": "GitGraph",
    "js": "Graph"
  },
  "git_graph_ahead_behind *": {
    "cpp": "GraphAheadBehind",
    "js": "graphAheadBehind"
  },
  "const git_graph_ahead_behind *": {
    "cpp": "GraphAheadBehind",
    "js": "graphAheadBehind"
  },
  "git_ignore": {
    "cpp": "GitIgnore",
    "js": "Ignore"
  },
  "git_ignore **": {
    "cpp": "GitIgnore",
    "js": "Ignore"
  },
  "git_ignore *": {
    "cpp": "GitIgnore",
    "js": "Ignore"
  },
  "const git_ignore **": {
    "cpp": "GitIgnore",
    "js": "Ignore"
  },
  "const git_ignore *": {
    "cpp": "GitIgnore",
    "js": "Ignore"
  },
  "git_ignore_add_rule *": {
    "cpp": "IgnoreAddRule",
    "js": "ignoreAddRule"
  },
  "const git_ignore_add_rule *": {
    "cpp": "IgnoreAddRule",
    "js": "ignoreAddRule"
  },
  "git_ignore_clear_internal_rules *": {
    "cpp": "IgnoreClearInternalRules",
    "js": "ignoreClearInternalRules"
  },
  "const git_ignore_clear_internal_rules *": {
    "cpp": "IgnoreClearInternalRules",
    "js": "ignoreClearInternalRules"
  },
  "git_ignore_path_is_ignored *": {
    "cpp": "IgnorePathIsIgnored",
    "js": "ignorePathIsIgnored"
  },
  "const git_ignore_path_is_ignored *": {
    "cpp": "IgnorePathIsIgnored",
    "js": "ignorePathIsIgnored"
  },
  "git_index": {
    "cpp": "GitIndex",
    "js": "Index"
  },
  "const git_index **": {
    "cpp": "GitIndex",
    "js": "Index"
  },
  "git_index_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "const git_index_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "git_index_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_index_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_index_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_index_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_index_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_index_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_index_caps *": {
    "cpp": "Caps",
    "js": "caps"
  },
  "const git_index_caps *": {
    "cpp": "Caps",
    "js": "caps"
  },
  "git_index_set_caps *": {
    "cpp": "SetCaps",
    "js": "setCaps"
  },
  "const git_index_set_caps *": {
    "cpp": "SetCaps",
    "js": "setCaps"
  },
  "git_index_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "const git_index_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "git_index_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "const git_index_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "git_index_path": {
    "cpp": "Path",
    "js": "path"
  },
  "git_index_path *": {
    "cpp": "Path",
    "js": "path"
  },
  "const git_index_path *": {
    "cpp": "Path",
    "js": "path"
  },
  "git_index_read_tree *": {
    "cpp": "ReadTree",
    "js": "readTree"
  },
  "const git_index_read_tree *": {
    "cpp": "ReadTree",
    "js": "readTree"
  },
  "git_index_write_tree *": {
    "cpp": "WriteTree",
    "js": "writeTree"
  },
  "const git_index_write_tree *": {
    "cpp": "WriteTree",
    "js": "writeTree"
  },
  "git_index_write_tree_to *": {
    "cpp": "WriteTreeTo",
    "js": "writeTreeTo"
  },
  "const git_index_write_tree_to *": {
    "cpp": "WriteTreeTo",
    "js": "writeTreeTo"
  },
  "git_index_entrycount *": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "const git_index_entrycount *": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "git_index_clear *": {
    "cpp": "Clear",
    "js": "clear"
  },
  "const git_index_clear *": {
    "cpp": "Clear",
    "js": "clear"
  },
  "git_index_get_byindex *": {
    "cpp": "GetByindex",
    "js": "getByindex"
  },
  "const git_index_get_byindex *": {
    "cpp": "GetByindex",
    "js": "getByindex"
  },
  "git_index_get_bypath *": {
    "cpp": "GetBypath",
    "js": "getBypath"
  },
  "const git_index_get_bypath *": {
    "cpp": "GetBypath",
    "js": "getBypath"
  },
  "git_index_remove *": {
    "cpp": "Remove",
    "js": "remove"
  },
  "const git_index_remove *": {
    "cpp": "Remove",
    "js": "remove"
  },
  "git_index_remove_directory *": {
    "cpp": "RemoveDirectory",
    "js": "removeDirectory"
  },
  "const git_index_remove_directory *": {
    "cpp": "RemoveDirectory",
    "js": "removeDirectory"
  },
  "git_index_add *": {
    "cpp": "Add",
    "js": "add"
  },
  "const git_index_add *": {
    "cpp": "Add",
    "js": "add"
  },
  "git_index_entry_stage *": {
    "cpp": "EntryStage",
    "js": "entryStage"
  },
  "const git_index_entry_stage *": {
    "cpp": "EntryStage",
    "js": "entryStage"
  },
  "git_index_add_bypath *": {
    "cpp": "AddBypath",
    "js": "addBypath"
  },
  "const git_index_add_bypath *": {
    "cpp": "AddBypath",
    "js": "addBypath"
  },
  "git_index_remove_bypath *": {
    "cpp": "RemoveBypath",
    "js": "removeBypath"
  },
  "const git_index_remove_bypath *": {
    "cpp": "RemoveBypath",
    "js": "removeBypath"
  },
  "git_index_add_all": {
    "cpp": "AddAll",
    "js": "addAll"
  },
  "git_index_add_all *": {
    "cpp": "AddAll",
    "js": "addAll"
  },
  "const git_index_add_all *": {
    "cpp": "AddAll",
    "js": "addAll"
  },
  "git_index_remove_all": {
    "cpp": "RemoveAll",
    "js": "removeAll"
  },
  "git_index_remove_all *": {
    "cpp": "RemoveAll",
    "js": "removeAll"
  },
  "const git_index_remove_all *": {
    "cpp": "RemoveAll",
    "js": "removeAll"
  },
  "git_index_update_all": {
    "cpp": "UpdateAll",
    "js": "updateAll"
  },
  "git_index_update_all *": {
    "cpp": "UpdateAll",
    "js": "updateAll"
  },
  "const git_index_update_all *": {
    "cpp": "UpdateAll",
    "js": "updateAll"
  },
  "git_index_find *": {
    "cpp": "Find",
    "js": "find"
  },
  "const git_index_find *": {
    "cpp": "Find",
    "js": "find"
  },
  "git_index_conflict_add *": {
    "cpp": "ConflictAdd",
    "js": "conflictAdd"
  },
  "const git_index_conflict_add *": {
    "cpp": "ConflictAdd",
    "js": "conflictAdd"
  },
  "git_index_conflict_get *": {
    "cpp": "ConflictGet",
    "js": "conflictGet"
  },
  "const git_index_conflict_get *": {
    "cpp": "ConflictGet",
    "js": "conflictGet"
  },
  "git_index_conflict_remove *": {
    "cpp": "ConflictRemove",
    "js": "conflictRemove"
  },
  "const git_index_conflict_remove *": {
    "cpp": "ConflictRemove",
    "js": "conflictRemove"
  },
  "git_index_conflict_cleanup *": {
    "cpp": "ConflictCleanup",
    "js": "conflictCleanup"
  },
  "const git_index_conflict_cleanup *": {
    "cpp": "ConflictCleanup",
    "js": "conflictCleanup"
  },
  "git_index_has_conflicts *": {
    "cpp": "HasConflicts",
    "js": "hasConflicts"
  },
  "const git_index_has_conflicts *": {
    "cpp": "HasConflicts",
    "js": "hasConflicts"
  },
  "git_index_conflict_iterator_new": {
    "cpp": "ConflictIteratorNew",
    "js": "conflictIteratorNew"
  },
  "git_index_conflict_iterator_new *": {
    "cpp": "ConflictIteratorNew",
    "js": "conflictIteratorNew"
  },
  "const git_index_conflict_iterator_new *": {
    "cpp": "ConflictIteratorNew",
    "js": "conflictIteratorNew"
  },
  "git_index_conflict_next": {
    "cpp": "ConflictNext",
    "js": "conflictNext"
  },
  "git_index_conflict_next *": {
    "cpp": "ConflictNext",
    "js": "conflictNext"
  },
  "const git_index_conflict_next *": {
    "cpp": "ConflictNext",
    "js": "conflictNext"
  },
  "git_index_conflict_iterator_free": {
    "cpp": "ConflictIteratorFree",
    "js": "conflictIteratorFree"
  },
  "git_index_conflict_iterator_free *": {
    "cpp": "ConflictIteratorFree",
    "js": "conflictIteratorFree"
  },
  "const git_index_conflict_iterator_free *": {
    "cpp": "ConflictIteratorFree",
    "js": "conflictIteratorFree"
  },
  "git_indexer": {
    "cpp": "GitIndexer",
    "js": "Indexer"
  },
  "git_indexer **": {
    "cpp": "GitIndexer",
    "js": "Indexer"
  },
  "git_indexer *": {
    "cpp": "GitIndexer",
    "js": "Indexer"
  },
  "const git_indexer **": {
    "cpp": "GitIndexer",
    "js": "Indexer"
  },
  "const git_indexer *": {
    "cpp": "GitIndexer",
    "js": "Indexer"
  },
  "git_indexer_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_indexer_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_indexer_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_indexer_append": {
    "cpp": "Append",
    "js": "append"
  },
  "git_indexer_append *": {
    "cpp": "Append",
    "js": "append"
  },
  "const git_indexer_append *": {
    "cpp": "Append",
    "js": "append"
  },
  "git_indexer_commit": {
    "cpp": "Commit",
    "js": "commit"
  },
  "git_indexer_commit *": {
    "cpp": "Commit",
    "js": "commit"
  },
  "const git_indexer_commit *": {
    "cpp": "Commit",
    "js": "commit"
  },
  "git_indexer_hash": {
    "cpp": "Hash",
    "js": "hash"
  },
  "git_indexer_hash *": {
    "cpp": "Hash",
    "js": "hash"
  },
  "const git_indexer_hash *": {
    "cpp": "Hash",
    "js": "hash"
  },
  "git_indexer_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_indexer_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_indexer_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_inttypes": {
    "cpp": "GitInttypes",
    "js": "Inttypes"
  },
  "git_inttypes **": {
    "cpp": "GitInttypes",
    "js": "Inttypes"
  },
  "git_inttypes *": {
    "cpp": "GitInttypes",
    "js": "Inttypes"
  },
  "const git_inttypes **": {
    "cpp": "GitInttypes",
    "js": "Inttypes"
  },
  "const git_inttypes *": {
    "cpp": "GitInttypes",
    "js": "Inttypes"
  },
  "git_merge": {
    "cpp": "GitMerge",
    "js": "Merge"
  },
  "git_merge **": {
    "cpp": "GitMerge",
    "js": "Merge"
  },
  "git_merge *": {
    "cpp": "GitMerge",
    "js": "Merge"
  },
  "const git_merge **": {
    "cpp": "GitMerge",
    "js": "Merge"
  },
  "const git_merge *": {
    "cpp": "GitMerge",
    "js": "Merge"
  },
  "git_merge_base *": {
    "cpp": "MergeBase",
    "js": "mergeBase"
  },
  "const git_merge_base *": {
    "cpp": "MergeBase",
    "js": "mergeBase"
  },
  "git_merge_base_many *": {
    "cpp": "MergeBaseMany",
    "js": "mergeBaseMany"
  },
  "const git_merge_base_many *": {
    "cpp": "MergeBaseMany",
    "js": "mergeBaseMany"
  },
  "git_merge_head_from_ref": {
    "cpp": "MergeHeadFromRef",
    "js": "mergeHeadFromRef"
  },
  "git_merge_head_from_ref *": {
    "cpp": "MergeHeadFromRef",
    "js": "mergeHeadFromRef"
  },
  "const git_merge_head_from_ref *": {
    "cpp": "MergeHeadFromRef",
    "js": "mergeHeadFromRef"
  },
  "git_merge_head_from_fetchhead": {
    "cpp": "MergeHeadFromFetchhead",
    "js": "mergeHeadFromFetchhead"
  },
  "git_merge_head_from_fetchhead *": {
    "cpp": "MergeHeadFromFetchhead",
    "js": "mergeHeadFromFetchhead"
  },
  "const git_merge_head_from_fetchhead *": {
    "cpp": "MergeHeadFromFetchhead",
    "js": "mergeHeadFromFetchhead"
  },
  "git_merge_head_from_oid": {
    "cpp": "MergeHeadFromOid",
    "js": "mergeHeadFromOid"
  },
  "git_merge_head_from_oid *": {
    "cpp": "MergeHeadFromOid",
    "js": "mergeHeadFromOid"
  },
  "const git_merge_head_from_oid *": {
    "cpp": "MergeHeadFromOid",
    "js": "mergeHeadFromOid"
  },
  "git_merge_head_free": {
    "cpp": "MergeHeadFree",
    "js": "mergeHeadFree"
  },
  "git_merge_head_free *": {
    "cpp": "MergeHeadFree",
    "js": "mergeHeadFree"
  },
  "const git_merge_head_free *": {
    "cpp": "MergeHeadFree",
    "js": "mergeHeadFree"
  },
  "git_merge_trees": {
    "cpp": "MergeTrees",
    "js": "mergeTrees"
  },
  "git_merge_trees *": {
    "cpp": "MergeTrees",
    "js": "mergeTrees"
  },
  "const git_merge_trees *": {
    "cpp": "MergeTrees",
    "js": "mergeTrees"
  },
  "git_merge_result_is_uptodate": {
    "cpp": "MergeResultIsUptodate",
    "js": "mergeResultIsUptodate"
  },
  "git_merge_result_is_uptodate *": {
    "cpp": "MergeResultIsUptodate",
    "js": "mergeResultIsUptodate"
  },
  "const git_merge_result_is_uptodate *": {
    "cpp": "MergeResultIsUptodate",
    "js": "mergeResultIsUptodate"
  },
  "git_merge_result_is_fastforward": {
    "cpp": "MergeResultIsFastforward",
    "js": "mergeResultIsFastforward"
  },
  "git_merge_result_is_fastforward *": {
    "cpp": "MergeResultIsFastforward",
    "js": "mergeResultIsFastforward"
  },
  "const git_merge_result_is_fastforward *": {
    "cpp": "MergeResultIsFastforward",
    "js": "mergeResultIsFastforward"
  },
  "git_merge_result_fastforward_oid": {
    "cpp": "MergeResultFastforwardOid",
    "js": "mergeResultFastforwardOid"
  },
  "git_merge_result_fastforward_oid *": {
    "cpp": "MergeResultFastforwardOid",
    "js": "mergeResultFastforwardOid"
  },
  "const git_merge_result_fastforward_oid *": {
    "cpp": "MergeResultFastforwardOid",
    "js": "mergeResultFastforwardOid"
  },
  "git_message": {
    "cpp": "GitMessage",
    "js": "Message"
  },
  "git_message **": {
    "cpp": "GitMessage",
    "js": "Message"
  },
  "git_message *": {
    "cpp": "GitMessage",
    "js": "Message"
  },
  "const git_message **": {
    "cpp": "GitMessage",
    "js": "Message"
  },
  "const git_message *": {
    "cpp": "GitMessage",
    "js": "Message"
  },
  "git_message_prettify *": {
    "cpp": "MessagePrettify",
    "js": "messagePrettify"
  },
  "const git_message_prettify *": {
    "cpp": "MessagePrettify",
    "js": "messagePrettify"
  },
  "git_net": {
    "cpp": "GitNet",
    "js": "Net"
  },
  "git_net **": {
    "cpp": "GitNet",
    "js": "Net"
  },
  "git_net *": {
    "cpp": "GitNet",
    "js": "Net"
  },
  "const git_net **": {
    "cpp": "GitNet",
    "js": "Net"
  },
  "const git_net *": {
    "cpp": "GitNet",
    "js": "Net"
  },
  "git_notes": {
    "cpp": "GitNotes",
    "js": "Notes"
  },
  "git_notes **": {
    "cpp": "GitNotes",
    "js": "Notes"
  },
  "git_notes *": {
    "cpp": "GitNotes",
    "js": "Notes"
  },
  "const git_notes **": {
    "cpp": "GitNotes",
    "js": "Notes"
  },
  "const git_notes *": {
    "cpp": "GitNotes",
    "js": "Notes"
  },
  "git_note_iterator_new *": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "const git_note_iterator_new *": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "git_note_iterator_free *": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "const git_note_iterator_free *": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "git_note_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "const git_note_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "git_note_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "const git_note_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "git_note_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "const git_note_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "git_note_oid *": {
    "cpp": "Oid",
    "js": "oid"
  },
  "const git_note_oid *": {
    "cpp": "Oid",
    "js": "oid"
  },
  "git_note_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "const git_note_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "git_note_remove *": {
    "cpp": "Remove",
    "js": "remove"
  },
  "const git_note_remove *": {
    "cpp": "Remove",
    "js": "remove"
  },
  "git_note_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_note_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_note_default_ref *": {
    "cpp": "DefaultRef",
    "js": "defaultRef"
  },
  "const git_note_default_ref *": {
    "cpp": "DefaultRef",
    "js": "defaultRef"
  },
  "git_note_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_note_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_object": {
    "cpp": "GitObject",
    "js": "Object"
  },
  "const git_object **": {
    "cpp": "GitObject",
    "js": "Object"
  },
  "git_object_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "const git_object_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_object_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "const git_object_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_object_lookup_bypath": {
    "cpp": "LookupBypath",
    "js": "lookupBypath"
  },
  "git_object_lookup_bypath *": {
    "cpp": "LookupBypath",
    "js": "lookupBypath"
  },
  "const git_object_lookup_bypath *": {
    "cpp": "LookupBypath",
    "js": "lookupBypath"
  },
  "git_object_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "const git_object_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "git_object_type *": {
    "cpp": "Type",
    "js": "type"
  },
  "const git_object_type *": {
    "cpp": "Type",
    "js": "type"
  },
  "git_object_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_object_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_object_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_object_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_object_type2string *": {
    "cpp": "Type2string",
    "js": "type2string"
  },
  "const git_object_type2string *": {
    "cpp": "Type2string",
    "js": "type2string"
  },
  "git_object_string2type *": {
    "cpp": "String2type",
    "js": "string2type"
  },
  "const git_object_string2type *": {
    "cpp": "String2type",
    "js": "string2type"
  },
  "git_object_typeisloose *": {
    "cpp": "Typeisloose",
    "js": "typeisloose"
  },
  "const git_object_typeisloose *": {
    "cpp": "Typeisloose",
    "js": "typeisloose"
  },
  "git_object__size *": {
    "cpp": "Size",
    "js": "Size"
  },
  "const git_object__size *": {
    "cpp": "Size",
    "js": "Size"
  },
  "git_object_peel *": {
    "cpp": "Peel",
    "js": "peel"
  },
  "const git_object_peel *": {
    "cpp": "Peel",
    "js": "peel"
  },
  "git_object_dup *": {
    "cpp": "Dup",
    "js": "dup"
  },
  "const git_object_dup *": {
    "cpp": "Dup",
    "js": "dup"
  },
  "git_odb": {
    "cpp": "GitOdb",
    "js": "Odb"
  },
  "const git_odb **": {
    "cpp": "GitOdb",
    "js": "Odb"
  },
  "const git_odb *": {
    "cpp": "GitOdb",
    "js": "Odb"
  },
  "git_odb_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_odb_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_odb_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "const git_odb_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "git_odb_add_disk_alternate *": {
    "cpp": "AddDiskAlternate",
    "js": "addDiskAlternate"
  },
  "const git_odb_add_disk_alternate *": {
    "cpp": "AddDiskAlternate",
    "js": "addDiskAlternate"
  },
  "git_odb_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_odb_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_odb_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "const git_odb_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "git_odb_read_prefix *": {
    "cpp": "ReadPrefix",
    "js": "readPrefix"
  },
  "const git_odb_read_prefix *": {
    "cpp": "ReadPrefix",
    "js": "readPrefix"
  },
  "git_odb_read_header *": {
    "cpp": "ReadHeader",
    "js": "readHeader"
  },
  "const git_odb_read_header *": {
    "cpp": "ReadHeader",
    "js": "readHeader"
  },
  "git_odb_exists *": {
    "cpp": "Exists",
    "js": "exists"
  },
  "const git_odb_exists *": {
    "cpp": "Exists",
    "js": "exists"
  },
  "git_odb_refresh *": {
    "cpp": "Refresh",
    "js": "refresh"
  },
  "const git_odb_refresh *": {
    "cpp": "Refresh",
    "js": "refresh"
  },
  "git_odb_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_odb_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_odb_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "const git_odb_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "git_odb_open_wstream *": {
    "cpp": "OpenWstream",
    "js": "openWstream"
  },
  "const git_odb_open_wstream *": {
    "cpp": "OpenWstream",
    "js": "openWstream"
  },
  "git_odb_stream_write": {
    "cpp": "StreamWrite",
    "js": "streamWrite"
  },
  "git_odb_stream_write *": {
    "cpp": "StreamWrite",
    "js": "streamWrite"
  },
  "const git_odb_stream_write *": {
    "cpp": "StreamWrite",
    "js": "streamWrite"
  },
  "git_odb_stream_finalize_write": {
    "cpp": "StreamFinalizeWrite",
    "js": "streamFinalizeWrite"
  },
  "git_odb_stream_finalize_write *": {
    "cpp": "StreamFinalizeWrite",
    "js": "streamFinalizeWrite"
  },
  "const git_odb_stream_finalize_write *": {
    "cpp": "StreamFinalizeWrite",
    "js": "streamFinalizeWrite"
  },
  "git_odb_stream_read": {
    "cpp": "StreamRead",
    "js": "streamRead"
  },
  "git_odb_stream_read *": {
    "cpp": "StreamRead",
    "js": "streamRead"
  },
  "const git_odb_stream_read *": {
    "cpp": "StreamRead",
    "js": "streamRead"
  },
  "git_odb_stream_free": {
    "cpp": "StreamFree",
    "js": "streamFree"
  },
  "git_odb_stream_free *": {
    "cpp": "StreamFree",
    "js": "streamFree"
  },
  "const git_odb_stream_free *": {
    "cpp": "StreamFree",
    "js": "streamFree"
  },
  "git_odb_open_rstream *": {
    "cpp": "OpenRstream",
    "js": "openRstream"
  },
  "const git_odb_open_rstream *": {
    "cpp": "OpenRstream",
    "js": "openRstream"
  },
  "git_odb_write_pack *": {
    "cpp": "WritePack",
    "js": "writePack"
  },
  "const git_odb_write_pack *": {
    "cpp": "WritePack",
    "js": "writePack"
  },
  "git_odb_hash *": {
    "cpp": "Hash",
    "js": "hash"
  },
  "const git_odb_hash *": {
    "cpp": "Hash",
    "js": "hash"
  },
  "git_odb_hashfile *": {
    "cpp": "Hashfile",
    "js": "hashfile"
  },
  "const git_odb_hashfile *": {
    "cpp": "Hashfile",
    "js": "hashfile"
  },
  "git_odb_object_dup": {
    "cpp": "ObjectDup",
    "js": "objectDup"
  },
  "git_odb_object_dup *": {
    "cpp": "ObjectDup",
    "js": "objectDup"
  },
  "const git_odb_object_dup *": {
    "cpp": "ObjectDup",
    "js": "objectDup"
  },
  "git_odb_object_free *": {
    "cpp": "ObjectFree",
    "js": "objectFree"
  },
  "const git_odb_object_free *": {
    "cpp": "ObjectFree",
    "js": "objectFree"
  },
  "git_odb_object_id *": {
    "cpp": "ObjectId",
    "js": "objectId"
  },
  "const git_odb_object_id *": {
    "cpp": "ObjectId",
    "js": "objectId"
  },
  "git_odb_object_data *": {
    "cpp": "ObjectData",
    "js": "objectData"
  },
  "const git_odb_object_data *": {
    "cpp": "ObjectData",
    "js": "objectData"
  },
  "git_odb_object_size *": {
    "cpp": "ObjectSize",
    "js": "objectSize"
  },
  "const git_odb_object_size *": {
    "cpp": "ObjectSize",
    "js": "objectSize"
  },
  "git_odb_object_type *": {
    "cpp": "ObjectType",
    "js": "objectType"
  },
  "const git_odb_object_type *": {
    "cpp": "ObjectType",
    "js": "objectType"
  },
  "git_odb_add_backend *": {
    "cpp": "AddBackend",
    "js": "addBackend"
  },
  "const git_odb_add_backend *": {
    "cpp": "AddBackend",
    "js": "addBackend"
  },
  "git_odb_add_alternate *": {
    "cpp": "AddAlternate",
    "js": "addAlternate"
  },
  "const git_odb_add_alternate *": {
    "cpp": "AddAlternate",
    "js": "addAlternate"
  },
  "git_odb_num_backends": {
    "cpp": "NumBackends",
    "js": "numBackends"
  },
  "git_odb_num_backends *": {
    "cpp": "NumBackends",
    "js": "numBackends"
  },
  "const git_odb_num_backends *": {
    "cpp": "NumBackends",
    "js": "numBackends"
  },
  "git_odb_get_backend": {
    "cpp": "GetBackend",
    "js": "getBackend"
  },
  "git_odb_get_backend *": {
    "cpp": "GetBackend",
    "js": "getBackend"
  },
  "const git_odb_get_backend *": {
    "cpp": "GetBackend",
    "js": "getBackend"
  },
  "git_odb_backend": {
    "cpp": "GitOdbBackend",
    "js": "OdbBackend"
  },
  "const git_odb_backend **": {
    "cpp": "GitOdbBackend",
    "js": "OdbBackend"
  },
  "const git_odb_backend *": {
    "cpp": "GitOdbBackend",
    "js": "OdbBackend"
  },
  "git_odb_backend_pack *": {
    "cpp": "BackendPack",
    "js": "backendPack"
  },
  "const git_odb_backend_pack *": {
    "cpp": "BackendPack",
    "js": "backendPack"
  },
  "git_odb_backend_loose": {
    "cpp": "BackendLoose",
    "js": "backendLoose"
  },
  "git_odb_backend_loose *": {
    "cpp": "BackendLoose",
    "js": "backendLoose"
  },
  "const git_odb_backend_loose *": {
    "cpp": "BackendLoose",
    "js": "backendLoose"
  },
  "git_odb_backend_one_pack": {
    "cpp": "BackendOnePack",
    "js": "backendOnePack"
  },
  "git_odb_backend_one_pack *": {
    "cpp": "BackendOnePack",
    "js": "backendOnePack"
  },
  "const git_odb_backend_one_pack *": {
    "cpp": "BackendOnePack",
    "js": "backendOnePack"
  },
  "git_oid": {
    "cpp": "GitOid",
    "js": "Oid"
  },
  "git_oid **": {
    "cpp": "GitOid",
    "js": "Oid"
  },
  "const git_oid **": {
    "cpp": "GitOid",
    "js": "Oid"
  },
  "git_oid_fromstr *": {
    "cpp": "Fromstr",
    "js": "fromstr"
  },
  "const git_oid_fromstr *": {
    "cpp": "Fromstr",
    "js": "fromstr"
  },
  "git_oid_fromstrp *": {
    "cpp": "Fromstrp",
    "js": "fromstrp"
  },
  "const git_oid_fromstrp *": {
    "cpp": "Fromstrp",
    "js": "fromstrp"
  },
  "git_oid_fromstrn *": {
    "cpp": "Fromstrn",
    "js": "fromstrn"
  },
  "const git_oid_fromstrn *": {
    "cpp": "Fromstrn",
    "js": "fromstrn"
  },
  "git_oid_fromraw *": {
    "cpp": "Fromraw",
    "js": "fromraw"
  },
  "const git_oid_fromraw *": {
    "cpp": "Fromraw",
    "js": "fromraw"
  },
  "git_oid_fmt *": {
    "cpp": "Fmt",
    "js": "fmt"
  },
  "const git_oid_fmt *": {
    "cpp": "Fmt",
    "js": "fmt"
  },
  "git_oid_nfmt": {
    "cpp": "Nfmt",
    "js": "nfmt"
  },
  "git_oid_nfmt *": {
    "cpp": "Nfmt",
    "js": "nfmt"
  },
  "const git_oid_nfmt *": {
    "cpp": "Nfmt",
    "js": "nfmt"
  },
  "git_oid_pathfmt *": {
    "cpp": "Pathfmt",
    "js": "pathfmt"
  },
  "const git_oid_pathfmt *": {
    "cpp": "Pathfmt",
    "js": "pathfmt"
  },
  "git_oid_allocfmt *": {
    "cpp": "Allocfmt",
    "js": "allocfmt"
  },
  "const git_oid_allocfmt *": {
    "cpp": "Allocfmt",
    "js": "allocfmt"
  },
  "git_oid_tostr *": {
    "cpp": "Tostr",
    "js": "tostr"
  },
  "const git_oid_tostr *": {
    "cpp": "Tostr",
    "js": "tostr"
  },
  "git_oid_cpy *": {
    "cpp": "Cpy",
    "js": "cpy"
  },
  "const git_oid_cpy *": {
    "cpp": "Cpy",
    "js": "cpy"
  },
  "git_oid_cmp *": {
    "cpp": "Cmp",
    "js": "cmp"
  },
  "const git_oid_cmp *": {
    "cpp": "Cmp",
    "js": "cmp"
  },
  "git_oid_equal *": {
    "cpp": "Equal",
    "js": "equal"
  },
  "const git_oid_equal *": {
    "cpp": "Equal",
    "js": "equal"
  },
  "git_oid_ncmp *": {
    "cpp": "Ncmp",
    "js": "ncmp"
  },
  "const git_oid_ncmp *": {
    "cpp": "Ncmp",
    "js": "ncmp"
  },
  "git_oid_streq *": {
    "cpp": "Streq",
    "js": "streq"
  },
  "const git_oid_streq *": {
    "cpp": "Streq",
    "js": "streq"
  },
  "git_oid_strcmp": {
    "cpp": "Strcmp",
    "js": "strcmp"
  },
  "git_oid_strcmp *": {
    "cpp": "Strcmp",
    "js": "strcmp"
  },
  "const git_oid_strcmp *": {
    "cpp": "Strcmp",
    "js": "strcmp"
  },
  "git_oid_iszero *": {
    "cpp": "Iszero",
    "js": "iszero"
  },
  "const git_oid_iszero *": {
    "cpp": "Iszero",
    "js": "iszero"
  },
  "git_oid_shorten_new *": {
    "cpp": "ShortenNew",
    "js": "shortenNew"
  },
  "const git_oid_shorten_new *": {
    "cpp": "ShortenNew",
    "js": "shortenNew"
  },
  "git_oid_shorten_add *": {
    "cpp": "ShortenAdd",
    "js": "shortenAdd"
  },
  "const git_oid_shorten_add *": {
    "cpp": "ShortenAdd",
    "js": "shortenAdd"
  },
  "git_oid_shorten_free *": {
    "cpp": "ShortenFree",
    "js": "shortenFree"
  },
  "const git_oid_shorten_free *": {
    "cpp": "ShortenFree",
    "js": "shortenFree"
  },
  "git_pack": {
    "cpp": "GitPack",
    "js": "Pack"
  },
  "git_pack **": {
    "cpp": "GitPack",
    "js": "Pack"
  },
  "git_pack *": {
    "cpp": "GitPack",
    "js": "Pack"
  },
  "const git_pack **": {
    "cpp": "GitPack",
    "js": "Pack"
  },
  "const git_pack *": {
    "cpp": "GitPack",
    "js": "Pack"
  },
  "git_packbuilder_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_packbuilder_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_packbuilder_set_threads *": {
    "cpp": "SetThreads",
    "js": "setThreads"
  },
  "const git_packbuilder_set_threads *": {
    "cpp": "SetThreads",
    "js": "setThreads"
  },
  "git_packbuilder_insert *": {
    "cpp": "Insert",
    "js": "insert"
  },
  "const git_packbuilder_insert *": {
    "cpp": "Insert",
    "js": "insert"
  },
  "git_packbuilder_insert_tree *": {
    "cpp": "InsertTree",
    "js": "insertTree"
  },
  "const git_packbuilder_insert_tree *": {
    "cpp": "InsertTree",
    "js": "insertTree"
  },
  "git_packbuilder_insert_commit": {
    "cpp": "InsertCommit",
    "js": "insertCommit"
  },
  "git_packbuilder_insert_commit *": {
    "cpp": "InsertCommit",
    "js": "insertCommit"
  },
  "const git_packbuilder_insert_commit *": {
    "cpp": "InsertCommit",
    "js": "insertCommit"
  },
  "git_packbuilder_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "const git_packbuilder_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "git_packbuilder_hash": {
    "cpp": "Hash",
    "js": "hash"
  },
  "git_packbuilder_hash *": {
    "cpp": "Hash",
    "js": "hash"
  },
  "const git_packbuilder_hash *": {
    "cpp": "Hash",
    "js": "hash"
  },
  "git_packbuilder_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_packbuilder_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_packbuilder_object_count *": {
    "cpp": "ObjectCount",
    "js": "objectCount"
  },
  "const git_packbuilder_object_count *": {
    "cpp": "ObjectCount",
    "js": "objectCount"
  },
  "git_packbuilder_written *": {
    "cpp": "Written",
    "js": "written"
  },
  "const git_packbuilder_written *": {
    "cpp": "Written",
    "js": "written"
  },
  "git_packbuilder_set_callbacks": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "git_packbuilder_set_callbacks *": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "const git_packbuilder_set_callbacks *": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "git_packbuilder_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_packbuilder_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_patch": {
    "cpp": "GitPatch",
    "js": "Patch"
  },
  "git_patch **": {
    "cpp": "GitPatch",
    "js": "Patch"
  },
  "git_patch *": {
    "cpp": "GitPatch",
    "js": "Patch"
  },
  "const git_patch **": {
    "cpp": "GitPatch",
    "js": "Patch"
  },
  "const git_patch *": {
    "cpp": "GitPatch",
    "js": "Patch"
  },
  "git_patch_from_diff": {
    "cpp": "FromDiff",
    "js": "fromDiff"
  },
  "git_patch_from_diff *": {
    "cpp": "FromDiff",
    "js": "fromDiff"
  },
  "const git_patch_from_diff *": {
    "cpp": "FromDiff",
    "js": "fromDiff"
  },
  "git_patch_from_blobs": {
    "cpp": "FromBlobs",
    "js": "fromBlobs"
  },
  "git_patch_from_blobs *": {
    "cpp": "FromBlobs",
    "js": "fromBlobs"
  },
  "const git_patch_from_blobs *": {
    "cpp": "FromBlobs",
    "js": "fromBlobs"
  },
  "git_patch_from_blob_and_buffer": {
    "cpp": "FromBlobAndBuffer",
    "js": "fromBlobAndBuffer"
  },
  "git_patch_from_blob_and_buffer *": {
    "cpp": "FromBlobAndBuffer",
    "js": "fromBlobAndBuffer"
  },
  "const git_patch_from_blob_and_buffer *": {
    "cpp": "FromBlobAndBuffer",
    "js": "fromBlobAndBuffer"
  },
  "git_patch_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_patch_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_patch_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_patch_get_delta": {
    "cpp": "GetDelta",
    "js": "getDelta"
  },
  "git_patch_get_delta *": {
    "cpp": "GetDelta",
    "js": "getDelta"
  },
  "const git_patch_get_delta *": {
    "cpp": "GetDelta",
    "js": "getDelta"
  },
  "git_patch_num_hunks": {
    "cpp": "NumHunks",
    "js": "numHunks"
  },
  "git_patch_num_hunks *": {
    "cpp": "NumHunks",
    "js": "numHunks"
  },
  "const git_patch_num_hunks *": {
    "cpp": "NumHunks",
    "js": "numHunks"
  },
  "git_patch_line_stats": {
    "cpp": "LineStats",
    "js": "lineStats"
  },
  "git_patch_line_stats *": {
    "cpp": "LineStats",
    "js": "lineStats"
  },
  "const git_patch_line_stats *": {
    "cpp": "LineStats",
    "js": "lineStats"
  },
  "git_patch_get_hunk": {
    "cpp": "GetHunk",
    "js": "getHunk"
  },
  "git_patch_get_hunk *": {
    "cpp": "GetHunk",
    "js": "getHunk"
  },
  "const git_patch_get_hunk *": {
    "cpp": "GetHunk",
    "js": "getHunk"
  },
  "git_patch_num_lines_in_hunk": {
    "cpp": "NumLinesInHunk",
    "js": "numLinesInHunk"
  },
  "git_patch_num_lines_in_hunk *": {
    "cpp": "NumLinesInHunk",
    "js": "numLinesInHunk"
  },
  "const git_patch_num_lines_in_hunk *": {
    "cpp": "NumLinesInHunk",
    "js": "numLinesInHunk"
  },
  "git_patch_get_line_in_hunk": {
    "cpp": "GetLineInHunk",
    "js": "getLineInHunk"
  },
  "git_patch_get_line_in_hunk *": {
    "cpp": "GetLineInHunk",
    "js": "getLineInHunk"
  },
  "const git_patch_get_line_in_hunk *": {
    "cpp": "GetLineInHunk",
    "js": "getLineInHunk"
  },
  "git_patch_size": {
    "cpp": "Size",
    "js": "size"
  },
  "git_patch_size *": {
    "cpp": "Size",
    "js": "size"
  },
  "const git_patch_size *": {
    "cpp": "Size",
    "js": "size"
  },
  "git_patch_print": {
    "cpp": "Print",
    "js": "print"
  },
  "git_patch_print *": {
    "cpp": "Print",
    "js": "print"
  },
  "const git_patch_print *": {
    "cpp": "Print",
    "js": "print"
  },
  "git_patch_to_str": {
    "cpp": "ToStr",
    "js": "toStr"
  },
  "git_patch_to_str *": {
    "cpp": "ToStr",
    "js": "toStr"
  },
  "const git_patch_to_str *": {
    "cpp": "ToStr",
    "js": "toStr"
  },
  "git_pathspec": {
    "cpp": "GitPathspec",
    "js": "Pathspec"
  },
  "git_pathspec **": {
    "cpp": "GitPathspec",
    "js": "Pathspec"
  },
  "git_pathspec *": {
    "cpp": "GitPathspec",
    "js": "Pathspec"
  },
  "const git_pathspec **": {
    "cpp": "GitPathspec",
    "js": "Pathspec"
  },
  "const git_pathspec *": {
    "cpp": "GitPathspec",
    "js": "Pathspec"
  },
  "git_pathspec_new": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_pathspec_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_pathspec_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_pathspec_free": {
    "cpp": "Free",
    "js": "free"
  },
  "git_pathspec_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_pathspec_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_pathspec_matches_path": {
    "cpp": "MatchesPath",
    "js": "matchesPath"
  },
  "git_pathspec_matches_path *": {
    "cpp": "MatchesPath",
    "js": "matchesPath"
  },
  "const git_pathspec_matches_path *": {
    "cpp": "MatchesPath",
    "js": "matchesPath"
  },
  "git_pathspec_match_workdir": {
    "cpp": "MatchWorkdir",
    "js": "matchWorkdir"
  },
  "git_pathspec_match_workdir *": {
    "cpp": "MatchWorkdir",
    "js": "matchWorkdir"
  },
  "const git_pathspec_match_workdir *": {
    "cpp": "MatchWorkdir",
    "js": "matchWorkdir"
  },
  "git_pathspec_match_index": {
    "cpp": "MatchIndex",
    "js": "matchIndex"
  },
  "git_pathspec_match_index *": {
    "cpp": "MatchIndex",
    "js": "matchIndex"
  },
  "const git_pathspec_match_index *": {
    "cpp": "MatchIndex",
    "js": "matchIndex"
  },
  "git_pathspec_match_tree": {
    "cpp": "MatchTree",
    "js": "matchTree"
  },
  "git_pathspec_match_tree *": {
    "cpp": "MatchTree",
    "js": "matchTree"
  },
  "const git_pathspec_match_tree *": {
    "cpp": "MatchTree",
    "js": "matchTree"
  },
  "git_pathspec_match_diff": {
    "cpp": "MatchDiff",
    "js": "matchDiff"
  },
  "git_pathspec_match_diff *": {
    "cpp": "MatchDiff",
    "js": "matchDiff"
  },
  "const git_pathspec_match_diff *": {
    "cpp": "MatchDiff",
    "js": "matchDiff"
  },
  "git_pathspec_match_list_free": {
    "cpp": "MatchListFree",
    "js": "matchListFree"
  },
  "git_pathspec_match_list_free *": {
    "cpp": "MatchListFree",
    "js": "matchListFree"
  },
  "const git_pathspec_match_list_free *": {
    "cpp": "MatchListFree",
    "js": "matchListFree"
  },
  "git_pathspec_match_list_entrycount": {
    "cpp": "MatchListEntrycount",
    "js": "matchListEntrycount"
  },
  "git_pathspec_match_list_entrycount *": {
    "cpp": "MatchListEntrycount",
    "js": "matchListEntrycount"
  },
  "const git_pathspec_match_list_entrycount *": {
    "cpp": "MatchListEntrycount",
    "js": "matchListEntrycount"
  },
  "git_pathspec_match_list_entry": {
    "cpp": "MatchListEntry",
    "js": "matchListEntry"
  },
  "git_pathspec_match_list_entry *": {
    "cpp": "MatchListEntry",
    "js": "matchListEntry"
  },
  "const git_pathspec_match_list_entry *": {
    "cpp": "MatchListEntry",
    "js": "matchListEntry"
  },
  "git_pathspec_match_list_diff_entry": {
    "cpp": "MatchListDiffEntry",
    "js": "matchListDiffEntry"
  },
  "git_pathspec_match_list_diff_entry *": {
    "cpp": "MatchListDiffEntry",
    "js": "matchListDiffEntry"
  },
  "const git_pathspec_match_list_diff_entry *": {
    "cpp": "MatchListDiffEntry",
    "js": "matchListDiffEntry"
  },
  "git_pathspec_match_list_failed_entrycount": {
    "cpp": "MatchListFailedEntrycount",
    "js": "matchListFailedEntrycount"
  },
  "git_pathspec_match_list_failed_entrycount *": {
    "cpp": "MatchListFailedEntrycount",
    "js": "matchListFailedEntrycount"
  },
  "const git_pathspec_match_list_failed_entrycount *": {
    "cpp": "MatchListFailedEntrycount",
    "js": "matchListFailedEntrycount"
  },
  "git_pathspec_match_list_failed_entry": {
    "cpp": "MatchListFailedEntry",
    "js": "matchListFailedEntry"
  },
  "git_pathspec_match_list_failed_entry *": {
    "cpp": "MatchListFailedEntry",
    "js": "matchListFailedEntry"
  },
  "const git_pathspec_match_list_failed_entry *": {
    "cpp": "MatchListFailedEntry",
    "js": "matchListFailedEntry"
  },
  "git_push": {
    "cpp": "GitPush",
    "js": "Push"
  },
  "const git_push **": {
    "cpp": "GitPush",
    "js": "Push"
  },
  "const git_push *": {
    "cpp": "GitPush",
    "js": "Push"
  },
  "git_push_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_push_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_push_set_options *": {
    "cpp": "SetOptions",
    "js": "setOptions"
  },
  "const git_push_set_options *": {
    "cpp": "SetOptions",
    "js": "setOptions"
  },
  "git_push_set_callbacks": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "git_push_set_callbacks *": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "const git_push_set_callbacks *": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "git_push_add_refspec *": {
    "cpp": "AddRefspec",
    "js": "addRefspec"
  },
  "const git_push_add_refspec *": {
    "cpp": "AddRefspec",
    "js": "addRefspec"
  },
  "git_push_update_tips *": {
    "cpp": "UpdateTips",
    "js": "updateTips"
  },
  "const git_push_update_tips *": {
    "cpp": "UpdateTips",
    "js": "updateTips"
  },
  "git_push_finish *": {
    "cpp": "Finish",
    "js": "finish"
  },
  "const git_push_finish *": {
    "cpp": "Finish",
    "js": "finish"
  },
  "git_push_unpack_ok *": {
    "cpp": "UnpackOk",
    "js": "unpackOk"
  },
  "const git_push_unpack_ok *": {
    "cpp": "UnpackOk",
    "js": "unpackOk"
  },
  "git_push_status_foreach *": {
    "cpp": "StatusForeach",
    "js": "statusForeach"
  },
  "const git_push_status_foreach *": {
    "cpp": "StatusForeach",
    "js": "statusForeach"
  },
  "git_push_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_push_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_refdb": {
    "cpp": "GitRefdb",
    "js": "Refdb"
  },
  "const git_refdb **": {
    "cpp": "GitRefdb",
    "js": "Refdb"
  },
  "const git_refdb *": {
    "cpp": "GitRefdb",
    "js": "Refdb"
  },
  "git_refdb_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "const git_refdb_new *": {
    "cpp": "New2",
    "js": "new2"
  },
  "git_refdb_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "const git_refdb_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "git_refdb_compress *": {
    "cpp": "Compress",
    "js": "compress"
  },
  "const git_refdb_compress *": {
    "cpp": "Compress",
    "js": "compress"
  },
  "git_refdb_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_refdb_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_refs": {
    "cpp": "GitRefs",
    "js": "Refs"
  },
  "git_refs **": {
    "cpp": "GitRefs",
    "js": "Refs"
  },
  "git_refs *": {
    "cpp": "GitRefs",
    "js": "Refs"
  },
  "const git_refs **": {
    "cpp": "GitRefs",
    "js": "Refs"
  },
  "const git_refs *": {
    "cpp": "GitRefs",
    "js": "Refs"
  },
  "git_reflog_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "const git_reflog_read *": {
    "cpp": "Read",
    "js": "read"
  },
  "git_reflog_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "const git_reflog_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "git_reflog_append *": {
    "cpp": "Append",
    "js": "append"
  },
  "const git_reflog_append *": {
    "cpp": "Append",
    "js": "append"
  },
  "git_reflog_append_to": {
    "cpp": "AppendTo",
    "js": "appendTo"
  },
  "git_reflog_append_to *": {
    "cpp": "AppendTo",
    "js": "appendTo"
  },
  "const git_reflog_append_to *": {
    "cpp": "AppendTo",
    "js": "appendTo"
  },
  "git_reflog_rename *": {
    "cpp": "Rename",
    "js": "rename"
  },
  "const git_reflog_rename *": {
    "cpp": "Rename",
    "js": "rename"
  },
  "git_reflog_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "const git_reflog_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_reflog_entrycount *": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "const git_reflog_entrycount *": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "git_reflog_entry_byindex *": {
    "cpp": "EntryByindex",
    "js": "entryByindex"
  },
  "const git_reflog_entry_byindex *": {
    "cpp": "EntryByindex",
    "js": "entryByindex"
  },
  "git_reflog_drop *": {
    "cpp": "Drop",
    "js": "drop"
  },
  "const git_reflog_drop *": {
    "cpp": "Drop",
    "js": "drop"
  },
  "git_reflog_entry_id_old *": {
    "cpp": "EntryIdOld",
    "js": "entryIdOld"
  },
  "const git_reflog_entry_id_old *": {
    "cpp": "EntryIdOld",
    "js": "entryIdOld"
  },
  "git_reflog_entry_id_new *": {
    "cpp": "EntryIdNew",
    "js": "entryIdNew"
  },
  "const git_reflog_entry_id_new *": {
    "cpp": "EntryIdNew",
    "js": "entryIdNew"
  },
  "git_reflog_entry_committer *": {
    "cpp": "EntryCommitter",
    "js": "entryCommitter"
  },
  "const git_reflog_entry_committer *": {
    "cpp": "EntryCommitter",
    "js": "entryCommitter"
  },
  "git_reflog_entry_message *": {
    "cpp": "EntryMessage",
    "js": "entryMessage"
  },
  "const git_reflog_entry_message *": {
    "cpp": "EntryMessage",
    "js": "entryMessage"
  },
  "git_reflog_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_reflog_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_reflog": {
    "cpp": "GitReflog",
    "js": "Reflog"
  },
  "const git_reflog **": {
    "cpp": "GitReflog",
    "js": "Reflog"
  },
  "const git_reflog *": {
    "cpp": "GitReflog",
    "js": "Reflog"
  },
  "git_reference_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "const git_reference_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_reference_name_to_id *": {
    "cpp": "NameToId",
    "js": "nameToId"
  },
  "const git_reference_name_to_id *": {
    "cpp": "NameToId",
    "js": "nameToId"
  },
  "git_reference_dwim": {
    "cpp": "Dwim",
    "js": "dwim"
  },
  "git_reference_dwim *": {
    "cpp": "Dwim",
    "js": "dwim"
  },
  "const git_reference_dwim *": {
    "cpp": "Dwim",
    "js": "dwim"
  },
  "git_reference_symbolic_create *": {
    "cpp": "SymbolicCreate",
    "js": "symbolicCreate"
  },
  "const git_reference_symbolic_create *": {
    "cpp": "SymbolicCreate",
    "js": "symbolicCreate"
  },
  "git_reference_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "const git_reference_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "git_reference_target *": {
    "cpp": "Target",
    "js": "target"
  },
  "const git_reference_target *": {
    "cpp": "Target",
    "js": "target"
  },
  "git_reference_target_peel": {
    "cpp": "TargetPeel",
    "js": "targetPeel"
  },
  "git_reference_target_peel *": {
    "cpp": "TargetPeel",
    "js": "targetPeel"
  },
  "const git_reference_target_peel *": {
    "cpp": "TargetPeel",
    "js": "targetPeel"
  },
  "git_reference_symbolic_target *": {
    "cpp": "SymbolicTarget",
    "js": "symbolicTarget"
  },
  "const git_reference_symbolic_target *": {
    "cpp": "SymbolicTarget",
    "js": "symbolicTarget"
  },
  "git_reference_type *": {
    "cpp": "Type",
    "js": "type"
  },
  "const git_reference_type *": {
    "cpp": "Type",
    "js": "type"
  },
  "git_reference_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "const git_reference_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "git_reference_resolve *": {
    "cpp": "Resolve",
    "js": "resolve"
  },
  "const git_reference_resolve *": {
    "cpp": "Resolve",
    "js": "resolve"
  },
  "git_reference_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_reference_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_reference_symbolic_set_target *": {
    "cpp": "SymbolicSetTarget",
    "js": "symbolicSetTarget"
  },
  "const git_reference_symbolic_set_target *": {
    "cpp": "SymbolicSetTarget",
    "js": "symbolicSetTarget"
  },
  "git_reference_set_target *": {
    "cpp": "SetTarget",
    "js": "setTarget"
  },
  "const git_reference_set_target *": {
    "cpp": "SetTarget",
    "js": "setTarget"
  },
  "git_reference_rename *": {
    "cpp": "Rename",
    "js": "rename"
  },
  "const git_reference_rename *": {
    "cpp": "Rename",
    "js": "rename"
  },
  "git_reference_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "const git_reference_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_reference_list *": {
    "cpp": "List",
    "js": "list"
  },
  "const git_reference_list *": {
    "cpp": "List",
    "js": "list"
  },
  "git_reference_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_reference_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_reference_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_reference_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_reference_cmp *": {
    "cpp": "Cmp",
    "js": "cmp"
  },
  "const git_reference_cmp *": {
    "cpp": "Cmp",
    "js": "cmp"
  },
  "git_reference_iterator_new": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "git_reference_iterator_new *": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "const git_reference_iterator_new *": {
    "cpp": "IteratorNew",
    "js": "iteratorNew"
  },
  "git_reference_iterator_glob_new": {
    "cpp": "IteratorGlobNew",
    "js": "iteratorGlobNew"
  },
  "git_reference_iterator_glob_new *": {
    "cpp": "IteratorGlobNew",
    "js": "iteratorGlobNew"
  },
  "const git_reference_iterator_glob_new *": {
    "cpp": "IteratorGlobNew",
    "js": "iteratorGlobNew"
  },
  "git_reference_next": {
    "cpp": "Next",
    "js": "next"
  },
  "git_reference_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "const git_reference_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "git_reference_iterator_free": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "git_reference_iterator_free *": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "const git_reference_iterator_free *": {
    "cpp": "IteratorFree",
    "js": "iteratorFree"
  },
  "git_reference_foreach_glob *": {
    "cpp": "ForeachGlob",
    "js": "foreachGlob"
  },
  "const git_reference_foreach_glob *": {
    "cpp": "ForeachGlob",
    "js": "foreachGlob"
  },
  "git_reference_has_log *": {
    "cpp": "HasLog",
    "js": "hasLog"
  },
  "const git_reference_has_log *": {
    "cpp": "HasLog",
    "js": "hasLog"
  },
  "git_reference_is_branch *": {
    "cpp": "IsBranch",
    "js": "isBranch"
  },
  "const git_reference_is_branch *": {
    "cpp": "IsBranch",
    "js": "isBranch"
  },
  "git_reference_is_remote *": {
    "cpp": "IsRemote",
    "js": "isRemote"
  },
  "const git_reference_is_remote *": {
    "cpp": "IsRemote",
    "js": "isRemote"
  },
  "git_reference_is_tag": {
    "cpp": "IsTag",
    "js": "isTag"
  },
  "git_reference_is_tag *": {
    "cpp": "IsTag",
    "js": "isTag"
  },
  "const git_reference_is_tag *": {
    "cpp": "IsTag",
    "js": "isTag"
  },
  "git_reference_normalize_name *": {
    "cpp": "NormalizeName",
    "js": "normalizeName"
  },
  "const git_reference_normalize_name *": {
    "cpp": "NormalizeName",
    "js": "normalizeName"
  },
  "git_reference_peel *": {
    "cpp": "Peel",
    "js": "peel"
  },
  "const git_reference_peel *": {
    "cpp": "Peel",
    "js": "peel"
  },
  "git_reference_is_valid_name *": {
    "cpp": "IsValidName",
    "js": "isValidName"
  },
  "const git_reference_is_valid_name *": {
    "cpp": "IsValidName",
    "js": "isValidName"
  },
  "git_reference_shorthand": {
    "cpp": "Shorthand",
    "js": "shorthand"
  },
  "git_reference_shorthand *": {
    "cpp": "Shorthand",
    "js": "shorthand"
  },
  "const git_reference_shorthand *": {
    "cpp": "Shorthand",
    "js": "shorthand"
  },
  "git_refspec": {
    "cpp": "GitRefspec",
    "js": "Refspec"
  },
  "git_refspec **": {
    "cpp": "GitRefspec",
    "js": "Refspec"
  },
  "git_refspec *": {
    "cpp": "GitRefspec",
    "js": "Refspec"
  },
  "const git_refspec **": {
    "cpp": "GitRefspec",
    "js": "Refspec"
  },
  "git_refspec_src *": {
    "cpp": "Src",
    "js": "src"
  },
  "const git_refspec_src *": {
    "cpp": "Src",
    "js": "src"
  },
  "git_refspec_dst *": {
    "cpp": "Dst",
    "js": "dst"
  },
  "const git_refspec_dst *": {
    "cpp": "Dst",
    "js": "dst"
  },
  "git_refspec_string": {
    "cpp": "String",
    "js": "string"
  },
  "git_refspec_string *": {
    "cpp": "String",
    "js": "string"
  },
  "const git_refspec_string *": {
    "cpp": "String",
    "js": "string"
  },
  "git_refspec_force *": {
    "cpp": "Force",
    "js": "force"
  },
  "const git_refspec_force *": {
    "cpp": "Force",
    "js": "force"
  },
  "git_refspec_direction": {
    "cpp": "Direction",
    "js": "direction"
  },
  "git_refspec_direction *": {
    "cpp": "Direction",
    "js": "direction"
  },
  "const git_refspec_direction *": {
    "cpp": "Direction",
    "js": "direction"
  },
  "git_refspec_src_matches *": {
    "cpp": "SrcMatches",
    "js": "srcMatches"
  },
  "const git_refspec_src_matches *": {
    "cpp": "SrcMatches",
    "js": "srcMatches"
  },
  "git_refspec_dst_matches *": {
    "cpp": "DstMatches",
    "js": "dstMatches"
  },
  "const git_refspec_dst_matches *": {
    "cpp": "DstMatches",
    "js": "dstMatches"
  },
  "git_refspec_transform *": {
    "cpp": "Transform",
    "js": "transform"
  },
  "const git_refspec_transform *": {
    "cpp": "Transform",
    "js": "transform"
  },
  "git_refspec_rtransform *": {
    "cpp": "Rtransform",
    "js": "rtransform"
  },
  "const git_refspec_rtransform *": {
    "cpp": "Rtransform",
    "js": "rtransform"
  },
  "git_remote": {
    "cpp": "GitRemote",
    "js": "Remote"
  },
  "const git_remote **": {
    "cpp": "GitRemote",
    "js": "Remote"
  },
  "git_remote_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "const git_remote_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "git_remote_create_with_fetchspec": {
    "cpp": "CreateWithFetchspec",
    "js": "createWithFetchspec"
  },
  "git_remote_create_with_fetchspec *": {
    "cpp": "CreateWithFetchspec",
    "js": "createWithFetchspec"
  },
  "const git_remote_create_with_fetchspec *": {
    "cpp": "CreateWithFetchspec",
    "js": "createWithFetchspec"
  },
  "git_remote_create_inmemory *": {
    "cpp": "CreateInmemory",
    "js": "createInmemory"
  },
  "const git_remote_create_inmemory *": {
    "cpp": "CreateInmemory",
    "js": "createInmemory"
  },
  "git_remote_load *": {
    "cpp": "Load",
    "js": "load"
  },
  "const git_remote_load *": {
    "cpp": "Load",
    "js": "load"
  },
  "git_remote_save *": {
    "cpp": "Save",
    "js": "save"
  },
  "const git_remote_save *": {
    "cpp": "Save",
    "js": "save"
  },
  "git_remote_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_remote_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_remote_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_remote_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "const git_remote_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "git_remote_url *": {
    "cpp": "Url",
    "js": "url"
  },
  "const git_remote_url *": {
    "cpp": "Url",
    "js": "url"
  },
  "git_remote_pushurl *": {
    "cpp": "Pushurl",
    "js": "pushurl"
  },
  "const git_remote_pushurl *": {
    "cpp": "Pushurl",
    "js": "pushurl"
  },
  "git_remote_set_url *": {
    "cpp": "SetUrl",
    "js": "setUrl"
  },
  "const git_remote_set_url *": {
    "cpp": "SetUrl",
    "js": "setUrl"
  },
  "git_remote_set_pushurl *": {
    "cpp": "SetPushurl",
    "js": "setPushurl"
  },
  "const git_remote_set_pushurl *": {
    "cpp": "SetPushurl",
    "js": "setPushurl"
  },
  "git_remote_add_fetch": {
    "cpp": "AddFetch",
    "js": "addFetch"
  },
  "git_remote_add_fetch *": {
    "cpp": "AddFetch",
    "js": "addFetch"
  },
  "const git_remote_add_fetch *": {
    "cpp": "AddFetch",
    "js": "addFetch"
  },
  "git_remote_get_fetch_refspecs": {
    "cpp": "GetFetchRefspecs",
    "js": "getFetchRefspecs"
  },
  "git_remote_get_fetch_refspecs *": {
    "cpp": "GetFetchRefspecs",
    "js": "getFetchRefspecs"
  },
  "const git_remote_get_fetch_refspecs *": {
    "cpp": "GetFetchRefspecs",
    "js": "getFetchRefspecs"
  },
  "git_remote_set_fetch_refspecs": {
    "cpp": "SetFetchRefspecs",
    "js": "setFetchRefspecs"
  },
  "git_remote_set_fetch_refspecs *": {
    "cpp": "SetFetchRefspecs",
    "js": "setFetchRefspecs"
  },
  "const git_remote_set_fetch_refspecs *": {
    "cpp": "SetFetchRefspecs",
    "js": "setFetchRefspecs"
  },
  "git_remote_add_push": {
    "cpp": "AddPush",
    "js": "addPush"
  },
  "git_remote_add_push *": {
    "cpp": "AddPush",
    "js": "addPush"
  },
  "const git_remote_add_push *": {
    "cpp": "AddPush",
    "js": "addPush"
  },
  "git_remote_get_push_refspecs": {
    "cpp": "GetPushRefspecs",
    "js": "getPushRefspecs"
  },
  "git_remote_get_push_refspecs *": {
    "cpp": "GetPushRefspecs",
    "js": "getPushRefspecs"
  },
  "const git_remote_get_push_refspecs *": {
    "cpp": "GetPushRefspecs",
    "js": "getPushRefspecs"
  },
  "git_remote_set_push_refspecs": {
    "cpp": "SetPushRefspecs",
    "js": "setPushRefspecs"
  },
  "git_remote_set_push_refspecs *": {
    "cpp": "SetPushRefspecs",
    "js": "setPushRefspecs"
  },
  "const git_remote_set_push_refspecs *": {
    "cpp": "SetPushRefspecs",
    "js": "setPushRefspecs"
  },
  "git_remote_clear_refspecs": {
    "cpp": "ClearRefspecs",
    "js": "clearRefspecs"
  },
  "git_remote_clear_refspecs *": {
    "cpp": "ClearRefspecs",
    "js": "clearRefspecs"
  },
  "const git_remote_clear_refspecs *": {
    "cpp": "ClearRefspecs",
    "js": "clearRefspecs"
  },
  "git_remote_refspec_count": {
    "cpp": "RefspecCount",
    "js": "refspecCount"
  },
  "git_remote_refspec_count *": {
    "cpp": "RefspecCount",
    "js": "refspecCount"
  },
  "const git_remote_refspec_count *": {
    "cpp": "RefspecCount",
    "js": "refspecCount"
  },
  "git_remote_get_refspec": {
    "cpp": "GetRefspec",
    "js": "getRefspec"
  },
  "git_remote_get_refspec *": {
    "cpp": "GetRefspec",
    "js": "getRefspec"
  },
  "const git_remote_get_refspec *": {
    "cpp": "GetRefspec",
    "js": "getRefspec"
  },
  "git_remote_connect *": {
    "cpp": "Connect",
    "js": "connect"
  },
  "const git_remote_connect *": {
    "cpp": "Connect",
    "js": "connect"
  },
  "git_remote_ls *": {
    "cpp": "Ls",
    "js": "ls"
  },
  "const git_remote_ls *": {
    "cpp": "Ls",
    "js": "ls"
  },
  "git_remote_download *": {
    "cpp": "Download",
    "js": "download"
  },
  "const git_remote_download *": {
    "cpp": "Download",
    "js": "download"
  },
  "git_remote_connected *": {
    "cpp": "Connected",
    "js": "connected"
  },
  "const git_remote_connected *": {
    "cpp": "Connected",
    "js": "connected"
  },
  "git_remote_stop *": {
    "cpp": "Stop",
    "js": "stop"
  },
  "const git_remote_stop *": {
    "cpp": "Stop",
    "js": "stop"
  },
  "git_remote_disconnect *": {
    "cpp": "Disconnect",
    "js": "disconnect"
  },
  "const git_remote_disconnect *": {
    "cpp": "Disconnect",
    "js": "disconnect"
  },
  "git_remote_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_remote_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_remote_update_tips *": {
    "cpp": "UpdateTips",
    "js": "updateTips"
  },
  "const git_remote_update_tips *": {
    "cpp": "UpdateTips",
    "js": "updateTips"
  },
  "git_remote_fetch": {
    "cpp": "Fetch",
    "js": "fetch"
  },
  "git_remote_fetch *": {
    "cpp": "Fetch",
    "js": "fetch"
  },
  "const git_remote_fetch *": {
    "cpp": "Fetch",
    "js": "fetch"
  },
  "git_remote_valid_url *": {
    "cpp": "ValidUrl",
    "js": "validUrl"
  },
  "const git_remote_valid_url *": {
    "cpp": "ValidUrl",
    "js": "validUrl"
  },
  "git_remote_supported_url *": {
    "cpp": "SupportedUrl",
    "js": "supportedUrl"
  },
  "const git_remote_supported_url *": {
    "cpp": "SupportedUrl",
    "js": "supportedUrl"
  },
  "git_remote_list *": {
    "cpp": "List",
    "js": "list"
  },
  "const git_remote_list *": {
    "cpp": "List",
    "js": "list"
  },
  "git_remote_check_cert *": {
    "cpp": "CheckCert",
    "js": "checkCert"
  },
  "const git_remote_check_cert *": {
    "cpp": "CheckCert",
    "js": "checkCert"
  },
  "git_remote_set_transport *": {
    "cpp": "SetTransport",
    "js": "setTransport"
  },
  "const git_remote_set_transport *": {
    "cpp": "SetTransport",
    "js": "setTransport"
  },
  "git_remote_set_callbacks *": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "const git_remote_set_callbacks *": {
    "cpp": "SetCallbacks",
    "js": "setCallbacks"
  },
  "git_remote_stats *": {
    "cpp": "Stats",
    "js": "stats"
  },
  "const git_remote_stats *": {
    "cpp": "Stats",
    "js": "stats"
  },
  "git_remote_autotag *": {
    "cpp": "Autotag",
    "js": "autotag"
  },
  "const git_remote_autotag *": {
    "cpp": "Autotag",
    "js": "autotag"
  },
  "git_remote_set_autotag *": {
    "cpp": "SetAutotag",
    "js": "setAutotag"
  },
  "const git_remote_set_autotag *": {
    "cpp": "SetAutotag",
    "js": "setAutotag"
  },
  "git_remote_rename *": {
    "cpp": "Rename",
    "js": "rename"
  },
  "const git_remote_rename *": {
    "cpp": "Rename",
    "js": "rename"
  },
  "git_remote_update_fetchhead *": {
    "cpp": "UpdateFetchhead",
    "js": "updateFetchhead"
  },
  "const git_remote_update_fetchhead *": {
    "cpp": "UpdateFetchhead",
    "js": "updateFetchhead"
  },
  "git_remote_set_update_fetchhead *": {
    "cpp": "SetUpdateFetchhead",
    "js": "setUpdateFetchhead"
  },
  "const git_remote_set_update_fetchhead *": {
    "cpp": "SetUpdateFetchhead",
    "js": "setUpdateFetchhead"
  },
  "git_remote_is_valid_name *": {
    "cpp": "IsValidName",
    "js": "isValidName"
  },
  "const git_remote_is_valid_name *": {
    "cpp": "IsValidName",
    "js": "isValidName"
  },
  "git_repository": {
    "cpp": "GitRepository",
    "js": "Repository"
  },
  "const git_repository **": {
    "cpp": "GitRepository",
    "js": "Repository"
  },
  "const git_repository *": {
    "cpp": "GitRepository",
    "js": "Repository"
  },
  "git_repository_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "const git_repository_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "git_repository_wrap_odb *": {
    "cpp": "WrapOdb",
    "js": "wrapOdb"
  },
  "const git_repository_wrap_odb *": {
    "cpp": "WrapOdb",
    "js": "wrapOdb"
  },
  "git_repository_discover *": {
    "cpp": "Discover",
    "js": "discover"
  },
  "const git_repository_discover *": {
    "cpp": "Discover",
    "js": "discover"
  },
  "git_repository_open_ext *": {
    "cpp": "OpenExt",
    "js": "openExt"
  },
  "const git_repository_open_ext *": {
    "cpp": "OpenExt",
    "js": "openExt"
  },
  "git_repository_open_bare": {
    "cpp": "OpenBare",
    "js": "openBare"
  },
  "git_repository_open_bare *": {
    "cpp": "OpenBare",
    "js": "openBare"
  },
  "const git_repository_open_bare *": {
    "cpp": "OpenBare",
    "js": "openBare"
  },
  "git_repository_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_repository_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_repository_init *": {
    "cpp": "Init",
    "js": "init"
  },
  "const git_repository_init *": {
    "cpp": "Init",
    "js": "init"
  },
  "git_repository_init_ext *": {
    "cpp": "InitExt",
    "js": "initExt"
  },
  "const git_repository_init_ext *": {
    "cpp": "InitExt",
    "js": "initExt"
  },
  "git_repository_head *": {
    "cpp": "Head",
    "js": "head"
  },
  "const git_repository_head *": {
    "cpp": "Head",
    "js": "head"
  },
  "git_repository_head_detached *": {
    "cpp": "HeadDetached",
    "js": "headDetached"
  },
  "const git_repository_head_detached *": {
    "cpp": "HeadDetached",
    "js": "headDetached"
  },
  "git_repository_head_unborn": {
    "cpp": "HeadUnborn",
    "js": "headUnborn"
  },
  "git_repository_head_unborn *": {
    "cpp": "HeadUnborn",
    "js": "headUnborn"
  },
  "const git_repository_head_unborn *": {
    "cpp": "HeadUnborn",
    "js": "headUnborn"
  },
  "git_repository_is_empty *": {
    "cpp": "IsEmpty",
    "js": "isEmpty"
  },
  "const git_repository_is_empty *": {
    "cpp": "IsEmpty",
    "js": "isEmpty"
  },
  "git_repository_path *": {
    "cpp": "Path",
    "js": "path"
  },
  "const git_repository_path *": {
    "cpp": "Path",
    "js": "path"
  },
  "git_repository_workdir *": {
    "cpp": "Workdir",
    "js": "workdir"
  },
  "const git_repository_workdir *": {
    "cpp": "Workdir",
    "js": "workdir"
  },
  "git_repository_set_workdir *": {
    "cpp": "SetWorkdir",
    "js": "setWorkdir"
  },
  "const git_repository_set_workdir *": {
    "cpp": "SetWorkdir",
    "js": "setWorkdir"
  },
  "git_repository_is_bare *": {
    "cpp": "IsBare",
    "js": "isBare"
  },
  "const git_repository_is_bare *": {
    "cpp": "IsBare",
    "js": "isBare"
  },
  "git_repository_config *": {
    "cpp": "Config",
    "js": "config"
  },
  "const git_repository_config *": {
    "cpp": "Config",
    "js": "config"
  },
  "git_repository_odb *": {
    "cpp": "Odb",
    "js": "odb"
  },
  "const git_repository_odb *": {
    "cpp": "Odb",
    "js": "odb"
  },
  "git_repository_refdb *": {
    "cpp": "Refdb",
    "js": "refdb"
  },
  "const git_repository_refdb *": {
    "cpp": "Refdb",
    "js": "refdb"
  },
  "git_repository_index *": {
    "cpp": "Index",
    "js": "index"
  },
  "const git_repository_index *": {
    "cpp": "Index",
    "js": "index"
  },
  "git_repository_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "const git_repository_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "git_repository_message_remove *": {
    "cpp": "MessageRemove",
    "js": "messageRemove"
  },
  "const git_repository_message_remove *": {
    "cpp": "MessageRemove",
    "js": "messageRemove"
  },
  "git_repository_merge_cleanup *": {
    "cpp": "MergeCleanup",
    "js": "mergeCleanup"
  },
  "const git_repository_merge_cleanup *": {
    "cpp": "MergeCleanup",
    "js": "mergeCleanup"
  },
  "git_repository_fetchhead_foreach *": {
    "cpp": "FetchheadForeach",
    "js": "fetchheadForeach"
  },
  "const git_repository_fetchhead_foreach *": {
    "cpp": "FetchheadForeach",
    "js": "fetchheadForeach"
  },
  "git_repository_mergehead_foreach *": {
    "cpp": "MergeheadForeach",
    "js": "mergeheadForeach"
  },
  "const git_repository_mergehead_foreach *": {
    "cpp": "MergeheadForeach",
    "js": "mergeheadForeach"
  },
  "git_repository_hashfile *": {
    "cpp": "Hashfile",
    "js": "hashfile"
  },
  "const git_repository_hashfile *": {
    "cpp": "Hashfile",
    "js": "hashfile"
  },
  "git_repository_set_head *": {
    "cpp": "SetHead",
    "js": "setHead"
  },
  "const git_repository_set_head *": {
    "cpp": "SetHead",
    "js": "setHead"
  },
  "git_repository_set_head_detached *": {
    "cpp": "SetHeadDetached",
    "js": "setHeadDetached"
  },
  "const git_repository_set_head_detached *": {
    "cpp": "SetHeadDetached",
    "js": "setHeadDetached"
  },
  "git_repository_detach_head *": {
    "cpp": "DetachHead",
    "js": "detachHead"
  },
  "const git_repository_detach_head *": {
    "cpp": "DetachHead",
    "js": "detachHead"
  },
  "git_repository_state *": {
    "cpp": "State",
    "js": "state"
  },
  "const git_repository_state *": {
    "cpp": "State",
    "js": "state"
  },
  "git_repository_set_namespace": {
    "cpp": "SetNamespace",
    "js": "setNamespace"
  },
  "git_repository_set_namespace *": {
    "cpp": "SetNamespace",
    "js": "setNamespace"
  },
  "const git_repository_set_namespace *": {
    "cpp": "SetNamespace",
    "js": "setNamespace"
  },
  "git_repository_get_namespace": {
    "cpp": "GetNamespace",
    "js": "getNamespace"
  },
  "git_repository_get_namespace *": {
    "cpp": "GetNamespace",
    "js": "getNamespace"
  },
  "const git_repository_get_namespace *": {
    "cpp": "GetNamespace",
    "js": "getNamespace"
  },
  "git_repository_is_shallow": {
    "cpp": "IsShallow",
    "js": "isShallow"
  },
  "git_repository_is_shallow *": {
    "cpp": "IsShallow",
    "js": "isShallow"
  },
  "const git_repository_is_shallow *": {
    "cpp": "IsShallow",
    "js": "isShallow"
  },
  "git_reset **": {
    "cpp": "GitReset",
    "js": "Reset"
  },
  "git_reset *": {
    "cpp": "GitReset",
    "js": "Reset"
  },
  "const git_reset **": {
    "cpp": "GitReset",
    "js": "Reset"
  },
  "const git_reset *": {
    "cpp": "GitReset",
    "js": "Reset"
  },
  "git_reset_default *": {
    "cpp": "ResetDefault",
    "js": "resetDefault"
  },
  "const git_reset_default *": {
    "cpp": "ResetDefault",
    "js": "resetDefault"
  },
  "git_revparse **": {
    "cpp": "GitRevparse",
    "js": "Revparse"
  },
  "git_revparse *": {
    "cpp": "GitRevparse",
    "js": "Revparse"
  },
  "const git_revparse **": {
    "cpp": "GitRevparse",
    "js": "Revparse"
  },
  "const git_revparse *": {
    "cpp": "GitRevparse",
    "js": "Revparse"
  },
  "git_revparse_single *": {
    "cpp": "RevparseSingle",
    "js": "revparseSingle"
  },
  "const git_revparse_single *": {
    "cpp": "RevparseSingle",
    "js": "revparseSingle"
  },
  "git_revparse_ext": {
    "cpp": "RevparseExt",
    "js": "revparseExt"
  },
  "git_revparse_ext *": {
    "cpp": "RevparseExt",
    "js": "revparseExt"
  },
  "const git_revparse_ext *": {
    "cpp": "RevparseExt",
    "js": "revparseExt"
  },
  "git_revwalk": {
    "cpp": "GitRevwalk",
    "js": "Revwalk"
  },
  "const git_revwalk **": {
    "cpp": "GitRevwalk",
    "js": "Revwalk"
  },
  "const git_revwalk *": {
    "cpp": "GitRevwalk",
    "js": "Revwalk"
  },
  "git_revwalk_new *": {
    "cpp": "CreateRevwalk",
    "js": "createRevwalk"
  },
  "const git_revwalk_new *": {
    "cpp": "CreateRevwalk",
    "js": "createRevwalk"
  },
  "git_revwalk_reset *": {
    "cpp": "Reset",
    "js": "reset"
  },
  "const git_revwalk_reset *": {
    "cpp": "Reset",
    "js": "reset"
  },
  "git_revwalk_push *": {
    "cpp": "Push",
    "js": "push"
  },
  "const git_revwalk_push *": {
    "cpp": "Push",
    "js": "push"
  },
  "git_revwalk_push_glob *": {
    "cpp": "PushGlob",
    "js": "pushGlob"
  },
  "const git_revwalk_push_glob *": {
    "cpp": "PushGlob",
    "js": "pushGlob"
  },
  "git_revwalk_push_head *": {
    "cpp": "PushHead",
    "js": "pushHead"
  },
  "const git_revwalk_push_head *": {
    "cpp": "PushHead",
    "js": "pushHead"
  },
  "git_revwalk_hide *": {
    "cpp": "Hide",
    "js": "hide"
  },
  "const git_revwalk_hide *": {
    "cpp": "Hide",
    "js": "hide"
  },
  "git_revwalk_hide_glob *": {
    "cpp": "HideGlob",
    "js": "hideGlob"
  },
  "const git_revwalk_hide_glob *": {
    "cpp": "HideGlob",
    "js": "hideGlob"
  },
  "git_revwalk_hide_head *": {
    "cpp": "HideHead",
    "js": "hideHead"
  },
  "const git_revwalk_hide_head *": {
    "cpp": "HideHead",
    "js": "hideHead"
  },
  "git_revwalk_push_ref *": {
    "cpp": "PushRef",
    "js": "pushRef"
  },
  "const git_revwalk_push_ref *": {
    "cpp": "PushRef",
    "js": "pushRef"
  },
  "git_revwalk_hide_ref *": {
    "cpp": "HideRef",
    "js": "hideRef"
  },
  "const git_revwalk_hide_ref *": {
    "cpp": "HideRef",
    "js": "hideRef"
  },
  "git_revwalk_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "const git_revwalk_next *": {
    "cpp": "Next",
    "js": "next"
  },
  "git_revwalk_sorting *": {
    "cpp": "Sorting",
    "js": "sorting"
  },
  "const git_revwalk_sorting *": {
    "cpp": "Sorting",
    "js": "sorting"
  },
  "git_revwalk_push_range *": {
    "cpp": "PushRange",
    "js": "pushRange"
  },
  "const git_revwalk_push_range *": {
    "cpp": "PushRange",
    "js": "pushRange"
  },
  "git_revwalk_simplify_first_parent": {
    "cpp": "SimplifyFirstParent",
    "js": "simplifyFirstParent"
  },
  "git_revwalk_simplify_first_parent *": {
    "cpp": "SimplifyFirstParent",
    "js": "simplifyFirstParent"
  },
  "const git_revwalk_simplify_first_parent *": {
    "cpp": "SimplifyFirstParent",
    "js": "simplifyFirstParent"
  },
  "git_revwalk_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_revwalk_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_revwalk_repository *": {
    "cpp": "Repository",
    "js": "repository"
  },
  "const git_revwalk_repository *": {
    "cpp": "Repository",
    "js": "repository"
  },
  "git_signature": {
    "cpp": "GitSignature",
    "js": "Signature"
  },
  "const git_signature **": {
    "cpp": "GitSignature",
    "js": "Signature"
  },
  "git_signature_new *": {
    "cpp": "Create",
    "js": "create"
  },
  "const git_signature_new *": {
    "cpp": "Create",
    "js": "create"
  },
  "git_signature_now *": {
    "cpp": "Now",
    "js": "now"
  },
  "const git_signature_now *": {
    "cpp": "Now",
    "js": "now"
  },
  "git_signature_default": {
    "cpp": "Default",
    "js": "default"
  },
  "git_signature_default *": {
    "cpp": "Default",
    "js": "default"
  },
  "const git_signature_default *": {
    "cpp": "Default",
    "js": "default"
  },
  "git_signature_dup *": {
    "cpp": "Dup",
    "js": "dup"
  },
  "const git_signature_dup *": {
    "cpp": "Dup",
    "js": "dup"
  },
  "git_signature_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_signature_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_stash": {
    "cpp": "GitStash",
    "js": "Stash"
  },
  "git_stash **": {
    "cpp": "GitStash",
    "js": "Stash"
  },
  "git_stash *": {
    "cpp": "GitStash",
    "js": "Stash"
  },
  "const git_stash **": {
    "cpp": "GitStash",
    "js": "Stash"
  },
  "const git_stash *": {
    "cpp": "GitStash",
    "js": "Stash"
  },
  "git_stash_save *": {
    "cpp": "StashSave",
    "js": "stashSave"
  },
  "const git_stash_save *": {
    "cpp": "StashSave",
    "js": "stashSave"
  },
  "git_stash_foreach *": {
    "cpp": "StashForeach",
    "js": "stashForeach"
  },
  "const git_stash_foreach *": {
    "cpp": "StashForeach",
    "js": "stashForeach"
  },
  "git_stash_drop *": {
    "cpp": "StashDrop",
    "js": "stashDrop"
  },
  "const git_stash_drop *": {
    "cpp": "StashDrop",
    "js": "stashDrop"
  },
  "git_status": {
    "cpp": "GitStatus",
    "js": "Status"
  },
  "git_status **": {
    "cpp": "GitStatus",
    "js": "Status"
  },
  "git_status *": {
    "cpp": "GitStatus",
    "js": "Status"
  },
  "const git_status **": {
    "cpp": "GitStatus",
    "js": "Status"
  },
  "const git_status *": {
    "cpp": "GitStatus",
    "js": "Status"
  },
  "git_status_foreach *": {
    "cpp": "StatusForeach",
    "js": "statusForeach"
  },
  "const git_status_foreach *": {
    "cpp": "StatusForeach",
    "js": "statusForeach"
  },
  "git_status_foreach_ext *": {
    "cpp": "StatusForeachExt",
    "js": "statusForeachExt"
  },
  "const git_status_foreach_ext *": {
    "cpp": "StatusForeachExt",
    "js": "statusForeachExt"
  },
  "git_status_file *": {
    "cpp": "StatusFile",
    "js": "statusFile"
  },
  "const git_status_file *": {
    "cpp": "StatusFile",
    "js": "statusFile"
  },
  "git_status_list_new": {
    "cpp": "StatusListNew",
    "js": "statusListNew"
  },
  "git_status_list_new *": {
    "cpp": "StatusListNew",
    "js": "statusListNew"
  },
  "const git_status_list_new *": {
    "cpp": "StatusListNew",
    "js": "statusListNew"
  },
  "git_status_list_entrycount": {
    "cpp": "StatusListEntrycount",
    "js": "statusListEntrycount"
  },
  "git_status_list_entrycount *": {
    "cpp": "StatusListEntrycount",
    "js": "statusListEntrycount"
  },
  "const git_status_list_entrycount *": {
    "cpp": "StatusListEntrycount",
    "js": "statusListEntrycount"
  },
  "git_status_byindex": {
    "cpp": "StatusByindex",
    "js": "statusByindex"
  },
  "git_status_byindex *": {
    "cpp": "StatusByindex",
    "js": "statusByindex"
  },
  "const git_status_byindex *": {
    "cpp": "StatusByindex",
    "js": "statusByindex"
  },
  "git_status_list_free": {
    "cpp": "StatusListFree",
    "js": "statusListFree"
  },
  "git_status_list_free *": {
    "cpp": "StatusListFree",
    "js": "statusListFree"
  },
  "const git_status_list_free *": {
    "cpp": "StatusListFree",
    "js": "statusListFree"
  },
  "git_status_should_ignore *": {
    "cpp": "StatusShouldIgnore",
    "js": "statusShouldIgnore"
  },
  "const git_status_should_ignore *": {
    "cpp": "StatusShouldIgnore",
    "js": "statusShouldIgnore"
  },
  "git_stdint": {
    "cpp": "GitStdint",
    "js": "Stdint"
  },
  "git_stdint **": {
    "cpp": "GitStdint",
    "js": "Stdint"
  },
  "git_stdint *": {
    "cpp": "GitStdint",
    "js": "Stdint"
  },
  "const git_stdint **": {
    "cpp": "GitStdint",
    "js": "Stdint"
  },
  "const git_stdint *": {
    "cpp": "GitStdint",
    "js": "Stdint"
  },
  "git_stdarray": {
    "cpp": "GitStdarray",
    "js": "Stdarray"
  },
  "git_stdarray **": {
    "cpp": "GitStdarray",
    "js": "Stdarray"
  },
  "git_stdarray *": {
    "cpp": "GitStdarray",
    "js": "Stdarray"
  },
  "const git_stdarray **": {
    "cpp": "GitStdarray",
    "js": "Stdarray"
  },
  "const git_stdarray *": {
    "cpp": "GitStdarray",
    "js": "Stdarray"
  },
  "git_strarray_free *": {
    "cpp": "StrarrayFree",
    "js": "strarrayFree"
  },
  "const git_strarray_free *": {
    "cpp": "StrarrayFree",
    "js": "strarrayFree"
  },
  "git_strarray_copy *": {
    "cpp": "StrarrayCopy",
    "js": "strarrayCopy"
  },
  "const git_strarray_copy *": {
    "cpp": "StrarrayCopy",
    "js": "strarrayCopy"
  },
  "git_submodule": {
    "cpp": "GitSubmodule",
    "js": "Submodule"
  },
  "const git_submodule **": {
    "cpp": "GitSubmodule",
    "js": "Submodule"
  },
  "const git_submodule *": {
    "cpp": "GitSubmodule",
    "js": "Submodule"
  },
  "git_submodule_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "const git_submodule_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_submodule_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_submodule_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_submodule_add_setup *": {
    "cpp": "AddSetup",
    "js": "addSetup"
  },
  "const git_submodule_add_setup *": {
    "cpp": "AddSetup",
    "js": "addSetup"
  },
  "git_submodule_add_finalize *": {
    "cpp": "AddFinalize",
    "js": "addFinalize"
  },
  "const git_submodule_add_finalize *": {
    "cpp": "AddFinalize",
    "js": "addFinalize"
  },
  "git_submodule_add_to_index *": {
    "cpp": "AddToIndex",
    "js": "addToIndex"
  },
  "const git_submodule_add_to_index *": {
    "cpp": "AddToIndex",
    "js": "addToIndex"
  },
  "git_submodule_save *": {
    "cpp": "Save",
    "js": "save"
  },
  "const git_submodule_save *": {
    "cpp": "Save",
    "js": "save"
  },
  "git_submodule_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_submodule_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_submodule_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "const git_submodule_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "git_submodule_path *": {
    "cpp": "Path",
    "js": "path"
  },
  "const git_submodule_path *": {
    "cpp": "Path",
    "js": "path"
  },
  "git_submodule_url *": {
    "cpp": "Url",
    "js": "url"
  },
  "const git_submodule_url *": {
    "cpp": "Url",
    "js": "url"
  },
  "git_submodule_set_url *": {
    "cpp": "SetUrl",
    "js": "setUrl"
  },
  "const git_submodule_set_url *": {
    "cpp": "SetUrl",
    "js": "setUrl"
  },
  "git_submodule_index_id *": {
    "cpp": "IndexId",
    "js": "indexId"
  },
  "const git_submodule_index_id *": {
    "cpp": "IndexId",
    "js": "indexId"
  },
  "git_submodule_head_id *": {
    "cpp": "HeadId",
    "js": "headId"
  },
  "const git_submodule_head_id *": {
    "cpp": "HeadId",
    "js": "headId"
  },
  "git_submodule_wd_id *": {
    "cpp": "WdId",
    "js": "wdId"
  },
  "const git_submodule_wd_id *": {
    "cpp": "WdId",
    "js": "wdId"
  },
  "git_submodule_ignore *": {
    "cpp": "Ignore",
    "js": "ignore"
  },
  "const git_submodule_ignore *": {
    "cpp": "Ignore",
    "js": "ignore"
  },
  "git_submodule_set_ignore *": {
    "cpp": "SetIgnore",
    "js": "setIgnore"
  },
  "const git_submodule_set_ignore *": {
    "cpp": "SetIgnore",
    "js": "setIgnore"
  },
  "git_submodule_update *": {
    "cpp": "Update",
    "js": "update"
  },
  "const git_submodule_update *": {
    "cpp": "Update",
    "js": "update"
  },
  "git_submodule_set_update *": {
    "cpp": "SetUpdate",
    "js": "setUpdate"
  },
  "const git_submodule_set_update *": {
    "cpp": "SetUpdate",
    "js": "setUpdate"
  },
  "git_submodule_fetch_recurse_submodules *": {
    "cpp": "FetchRecurseSubmodules",
    "js": "fetchRecurseSubmodules"
  },
  "const git_submodule_fetch_recurse_submodules *": {
    "cpp": "FetchRecurseSubmodules",
    "js": "fetchRecurseSubmodules"
  },
  "git_submodule_set_fetch_recurse_submodules *": {
    "cpp": "SetFetchRecurseSubmodules",
    "js": "setFetchRecurseSubmodules"
  },
  "const git_submodule_set_fetch_recurse_submodules *": {
    "cpp": "SetFetchRecurseSubmodules",
    "js": "setFetchRecurseSubmodules"
  },
  "git_submodule_init *": {
    "cpp": "Init",
    "js": "init"
  },
  "const git_submodule_init *": {
    "cpp": "Init",
    "js": "init"
  },
  "git_submodule_sync *": {
    "cpp": "Sync",
    "js": "sync"
  },
  "const git_submodule_sync *": {
    "cpp": "Sync",
    "js": "sync"
  },
  "git_submodule_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "const git_submodule_open *": {
    "cpp": "Open",
    "js": "open"
  },
  "git_submodule_reload *": {
    "cpp": "Reload",
    "js": "reload"
  },
  "const git_submodule_reload *": {
    "cpp": "Reload",
    "js": "reload"
  },
  "git_submodule_reload_all *": {
    "cpp": "ReloadAll",
    "js": "reloadAll"
  },
  "const git_submodule_reload_all *": {
    "cpp": "ReloadAll",
    "js": "reloadAll"
  },
  "git_submodule_status *": {
    "cpp": "Status",
    "js": "status"
  },
  "const git_submodule_status *": {
    "cpp": "Status",
    "js": "status"
  },
  "git_submodule_location *": {
    "cpp": "Location",
    "js": "location"
  },
  "const git_submodule_location *": {
    "cpp": "Location",
    "js": "location"
  },
  "git_tag": {
    "cpp": "GitTag",
    "js": "Tag"
  },
  "const git_tag **": {
    "cpp": "GitTag",
    "js": "Tag"
  },
  "git_commit_create_from_oids": {
    "cpp": "CreateFromOids",
    "js": "createFromOids"
  },
  "git_commit_create_from_oids *": {
    "cpp": "CreateFromOids",
    "js": "createFromOids"
  },
  "const git_commit_create_from_oids *": {
    "cpp": "CreateFromOids",
    "js": "createFromOids"
  },
  "git_threads": {
    "cpp": "GitThreads",
    "js": "Threads"
  },
  "git_threads **": {
    "cpp": "GitThreads",
    "js": "Threads"
  },
  "git_threads *": {
    "cpp": "GitThreads",
    "js": "Threads"
  },
  "const git_threads **": {
    "cpp": "GitThreads",
    "js": "Threads"
  },
  "const git_threads *": {
    "cpp": "GitThreads",
    "js": "Threads"
  },
  "git_config_add_backend *": {
    "cpp": "AddBackend",
    "js": "addBackend"
  },
  "const git_config_add_backend *": {
    "cpp": "AddBackend",
    "js": "addBackend"
  },
  "git_trace": {
    "cpp": "GitTrace",
    "js": "Trace"
  },
  "git_trace **": {
    "cpp": "GitTrace",
    "js": "Trace"
  },
  "git_trace *": {
    "cpp": "GitTrace",
    "js": "Trace"
  },
  "const git_trace **": {
    "cpp": "GitTrace",
    "js": "Trace"
  },
  "const git_trace *": {
    "cpp": "GitTrace",
    "js": "Trace"
  },
  "git_filter_lookup": {
    "cpp": "FilterLookup",
    "js": "filterLookup"
  },
  "git_filter_lookup *": {
    "cpp": "FilterLookup",
    "js": "filterLookup"
  },
  "const git_filter_lookup *": {
    "cpp": "FilterLookup",
    "js": "filterLookup"
  },
  "git_filter_list_new": {
    "cpp": "FilterListNew",
    "js": "filterListNew"
  },
  "git_filter_list_new *": {
    "cpp": "FilterListNew",
    "js": "filterListNew"
  },
  "const git_filter_list_new *": {
    "cpp": "FilterListNew",
    "js": "filterListNew"
  },
  "git_filter_list_push": {
    "cpp": "FilterListPush",
    "js": "filterListPush"
  },
  "git_filter_list_push *": {
    "cpp": "FilterListPush",
    "js": "filterListPush"
  },
  "const git_filter_list_push *": {
    "cpp": "FilterListPush",
    "js": "filterListPush"
  },
  "git_filter_list_length": {
    "cpp": "RListLength",
    "js": "rListLength"
  },
  "git_filter_list_length *": {
    "cpp": "RListLength",
    "js": "rListLength"
  },
  "const git_filter_list_length *": {
    "cpp": "RListLength",
    "js": "rListLength"
  },
  "git_filter_source_repo": {
    "cpp": "FilterSourceRepo",
    "js": "filterSourceRepo"
  },
  "git_filter_source_repo *": {
    "cpp": "FilterSourceRepo",
    "js": "filterSourceRepo"
  },
  "const git_filter_source_repo *": {
    "cpp": "FilterSourceRepo",
    "js": "filterSourceRepo"
  },
  "git_filter_source_path": {
    "cpp": "FilterSourcePath",
    "js": "filterSourcePath"
  },
  "git_filter_source_path *": {
    "cpp": "FilterSourcePath",
    "js": "filterSourcePath"
  },
  "const git_filter_source_path *": {
    "cpp": "FilterSourcePath",
    "js": "filterSourcePath"
  },
  "git_filter_source_filemode": {
    "cpp": "FilterSourceFilemode",
    "js": "filterSourceFilemode"
  },
  "git_filter_source_filemode *": {
    "cpp": "FilterSourceFilemode",
    "js": "filterSourceFilemode"
  },
  "const git_filter_source_filemode *": {
    "cpp": "FilterSourceFilemode",
    "js": "filterSourceFilemode"
  },
  "git_filter_source_id": {
    "cpp": "FilterSourceId",
    "js": "filterSourceId"
  },
  "git_filter_source_id *": {
    "cpp": "FilterSourceId",
    "js": "filterSourceId"
  },
  "const git_filter_source_id *": {
    "cpp": "FilterSourceId",
    "js": "filterSourceId"
  },
  "git_filter_source_mode": {
    "cpp": "FilterSourceMode",
    "js": "filterSourceMode"
  },
  "git_filter_source_mode *": {
    "cpp": "FilterSourceMode",
    "js": "filterSourceMode"
  },
  "const git_filter_source_mode *": {
    "cpp": "FilterSourceMode",
    "js": "filterSourceMode"
  },
  "git_filter_register": {
    "cpp": "FilterRegister",
    "js": "filterRegister"
  },
  "git_filter_register *": {
    "cpp": "FilterRegister",
    "js": "filterRegister"
  },
  "const git_filter_register *": {
    "cpp": "FilterRegister",
    "js": "filterRegister"
  },
  "git_filter_unregister": {
    "cpp": "FilterUnregister",
    "js": "filterUnregister"
  },
  "git_filter_unregister *": {
    "cpp": "FilterUnregister",
    "js": "filterUnregister"
  },
  "const git_filter_unregister *": {
    "cpp": "FilterUnregister",
    "js": "filterUnregister"
  },
  "git_transport": {
    "cpp": "GitTransport",
    "js": "Transport"
  },
  "const git_transport **": {
    "cpp": "GitTransport",
    "js": "Transport"
  },
  "const git_transport *": {
    "cpp": "GitTransport",
    "js": "Transport"
  },
  "git_index_name_entrycount": {
    "cpp": "NameEntrycount",
    "js": "nameEntrycount"
  },
  "git_index_name_entrycount *": {
    "cpp": "NameEntrycount",
    "js": "nameEntrycount"
  },
  "const git_index_name_entrycount *": {
    "cpp": "NameEntrycount",
    "js": "nameEntrycount"
  },
  "git_index_name_get_byindex": {
    "cpp": "NameGetByindex",
    "js": "nameGetByindex"
  },
  "git_index_name_get_byindex *": {
    "cpp": "NameGetByindex",
    "js": "nameGetByindex"
  },
  "const git_index_name_get_byindex *": {
    "cpp": "NameGetByindex",
    "js": "nameGetByindex"
  },
  "git_index_name_add": {
    "cpp": "NameAdd",
    "js": "nameAdd"
  },
  "git_index_name_add *": {
    "cpp": "NameAdd",
    "js": "nameAdd"
  },
  "const git_index_name_add *": {
    "cpp": "NameAdd",
    "js": "nameAdd"
  },
  "git_index_name_clear": {
    "cpp": "NameClear",
    "js": "nameClear"
  },
  "git_index_name_clear *": {
    "cpp": "NameClear",
    "js": "nameClear"
  },
  "const git_index_name_clear *": {
    "cpp": "NameClear",
    "js": "nameClear"
  },
  "git_index_reuc_entrycount *": {
    "cpp": "ReucEntrycount",
    "js": "reucEntrycount"
  },
  "const git_index_reuc_entrycount *": {
    "cpp": "ReucEntrycount",
    "js": "reucEntrycount"
  },
  "git_index_reuc_find *": {
    "cpp": "ReucFind",
    "js": "reucFind"
  },
  "const git_index_reuc_find *": {
    "cpp": "ReucFind",
    "js": "reucFind"
  },
  "git_index_reuc_get_bypath *": {
    "cpp": "ReucGetBypath",
    "js": "reucGetBypath"
  },
  "const git_index_reuc_get_bypath *": {
    "cpp": "ReucGetBypath",
    "js": "reucGetBypath"
  },
  "git_index_reuc_get_byindex *": {
    "cpp": "ReucGetByindex",
    "js": "reucGetByindex"
  },
  "const git_index_reuc_get_byindex *": {
    "cpp": "ReucGetByindex",
    "js": "reucGetByindex"
  },
  "git_index_reuc_add *": {
    "cpp": "ReucAdd",
    "js": "reucAdd"
  },
  "const git_index_reuc_add *": {
    "cpp": "ReucAdd",
    "js": "reucAdd"
  },
  "git_index_reuc_remove *": {
    "cpp": "ReucRemove",
    "js": "reucRemove"
  },
  "const git_index_reuc_remove *": {
    "cpp": "ReucRemove",
    "js": "reucRemove"
  },
  "git_index_reuc_clear *": {
    "cpp": "ReucClear",
    "js": "reucClear"
  },
  "const git_index_reuc_clear *": {
    "cpp": "ReucClear",
    "js": "reucClear"
  },
  "git_tree": {
    "cpp": "GitTree",
    "js": "Tree"
  },
  "const git_tree **": {
    "cpp": "GitTree",
    "js": "Tree"
  },
  "git_types": {
    "cpp": "GitTypes",
    "js": "Types"
  },
  "git_types **": {
    "cpp": "GitTypes",
    "js": "Types"
  },
  "git_types *": {
    "cpp": "GitTypes",
    "js": "Types"
  },
  "const git_types **": {
    "cpp": "GitTypes",
    "js": "Types"
  },
  "const git_types *": {
    "cpp": "GitTypes",
    "js": "Types"
  },
  "git_refdb_backend_fs *": {
    "cpp": "RefdbBackendFs",
    "js": "refdbBackendFs"
  },
  "const git_refdb_backend_fs *": {
    "cpp": "RefdbBackendFs",
    "js": "refdbBackendFs"
  },
  "git_refdb_set_backend *": {
    "cpp": "RefdbSetBackend",
    "js": "refdbSetBackend"
  },
  "const git_refdb_set_backend *": {
    "cpp": "RefdbSetBackend",
    "js": "refdbSetBackend"
  },
  "git_version": {
    "cpp": "GitVersion",
    "js": "Version"
  },
  "git_version **": {
    "cpp": "GitVersion",
    "js": "Version"
  },
  "git_version *": {
    "cpp": "GitVersion",
    "js": "Version"
  },
  "const git_version **": {
    "cpp": "GitVersion",
    "js": "Version"
  },
  "const git_version *": {
    "cpp": "GitVersion",
    "js": "Version"
  },
  "git_tag_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "const git_tag_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_tag_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "const git_tag_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_tag_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_tag_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_tag_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "const git_tag_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "git_tag_owner": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_tag_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_tag_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_tag_target *": {
    "cpp": "Target",
    "js": "target"
  },
  "const git_tag_target *": {
    "cpp": "Target",
    "js": "target"
  },
  "git_tag_target_id *": {
    "cpp": "TargetId",
    "js": "targetId"
  },
  "const git_tag_target_id *": {
    "cpp": "TargetId",
    "js": "targetId"
  },
  "git_tag_target_type *": {
    "cpp": "TargetType",
    "js": "targetType"
  },
  "const git_tag_target_type *": {
    "cpp": "TargetType",
    "js": "targetType"
  },
  "git_tag_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "const git_tag_name *": {
    "cpp": "Name",
    "js": "name"
  },
  "git_tag_tagger *": {
    "cpp": "Tagger",
    "js": "tagger"
  },
  "const git_tag_tagger *": {
    "cpp": "Tagger",
    "js": "tagger"
  },
  "git_tag_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "const git_tag_message *": {
    "cpp": "Message",
    "js": "message"
  },
  "git_tag_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "const git_tag_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "git_tag_annotation_create": {
    "cpp": "AnnotationCreate",
    "js": "annotationCreate"
  },
  "git_tag_annotation_create *": {
    "cpp": "AnnotationCreate",
    "js": "annotationCreate"
  },
  "const git_tag_annotation_create *": {
    "cpp": "AnnotationCreate",
    "js": "annotationCreate"
  },
  "git_tag_create_frombuffer *": {
    "cpp": "CreateFrombuffer",
    "js": "createFrombuffer"
  },
  "const git_tag_create_frombuffer *": {
    "cpp": "CreateFrombuffer",
    "js": "createFrombuffer"
  },
  "git_tag_create_lightweight *": {
    "cpp": "CreateLightweight",
    "js": "createLightweight"
  },
  "const git_tag_create_lightweight *": {
    "cpp": "CreateLightweight",
    "js": "createLightweight"
  },
  "git_tag_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "const git_tag_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_tag_list *": {
    "cpp": "List",
    "js": "list"
  },
  "const git_tag_list *": {
    "cpp": "List",
    "js": "list"
  },
  "git_tag_list_match *": {
    "cpp": "ListMatch",
    "js": "listMatch"
  },
  "const git_tag_list_match *": {
    "cpp": "ListMatch",
    "js": "listMatch"
  },
  "git_tag_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "const git_tag_foreach *": {
    "cpp": "Foreach",
    "js": "foreach"
  },
  "git_tag_peel *": {
    "cpp": "Peel",
    "js": "peel"
  },
  "const git_tag_peel *": {
    "cpp": "Peel",
    "js": "peel"
  },
  "git_threads_init *": {
    "cpp": "Init",
    "js": "init"
  },
  "const git_threads_init *": {
    "cpp": "Init",
    "js": "init"
  },
  "git_threads_shutdown *": {
    "cpp": "ThreadsShutdown",
    "js": "threadsShutdown"
  },
  "const git_threads_shutdown *": {
    "cpp": "ThreadsShutdown",
    "js": "threadsShutdown"
  },
  "git_trace_set *": {
    "cpp": "TraceSet",
    "js": "traceSet"
  },
  "const git_trace_set *": {
    "cpp": "TraceSet",
    "js": "traceSet"
  },
  "git_cred_has_username": {
    "cpp": "HasUsername",
    "js": "hasUsername"
  },
  "git_cred_has_username *": {
    "cpp": "HasUsername",
    "js": "hasUsername"
  },
  "const git_cred_has_username *": {
    "cpp": "HasUsername",
    "js": "hasUsername"
  },
  "git_cred_userpass_plaintext_new *": {
    "cpp": "UserpassPlaintextNew",
    "js": "userpassPlaintextNew"
  },
  "const git_cred_userpass_plaintext_new *": {
    "cpp": "UserpassPlaintextNew",
    "js": "userpassPlaintextNew"
  },
  "git_cred_ssh_key_new": {
    "cpp": "SshKeyNew",
    "js": "sshKeyNew"
  },
  "git_cred_ssh_key_new *": {
    "cpp": "SshKeyNew",
    "js": "sshKeyNew"
  },
  "const git_cred_ssh_key_new *": {
    "cpp": "SshKeyNew",
    "js": "sshKeyNew"
  },
  "git_cred_ssh_custom_new": {
    "cpp": "SshCustomNew",
    "js": "sshCustomNew"
  },
  "git_cred_ssh_custom_new *": {
    "cpp": "SshCustomNew",
    "js": "sshCustomNew"
  },
  "const git_cred_ssh_custom_new *": {
    "cpp": "SshCustomNew",
    "js": "sshCustomNew"
  },
  "git_cred_default_new": {
    "cpp": "DefaultNew",
    "js": "defaultNew"
  },
  "git_cred_default_new *": {
    "cpp": "DefaultNew",
    "js": "defaultNew"
  },
  "const git_cred_default_new *": {
    "cpp": "DefaultNew",
    "js": "defaultNew"
  },
  "git_transport_new *": {
    "cpp": "PortNew",
    "js": "portNew"
  },
  "const git_transport_new *": {
    "cpp": "PortNew",
    "js": "portNew"
  },
  "git_transport_register": {
    "cpp": "PortRegister",
    "js": "portRegister"
  },
  "git_transport_register *": {
    "cpp": "PortRegister",
    "js": "portRegister"
  },
  "const git_transport_register *": {
    "cpp": "PortRegister",
    "js": "portRegister"
  },
  "git_transport_unregister": {
    "cpp": "PortUnregister",
    "js": "portUnregister"
  },
  "git_transport_unregister *": {
    "cpp": "PortUnregister",
    "js": "portUnregister"
  },
  "const git_transport_unregister *": {
    "cpp": "PortUnregister",
    "js": "portUnregister"
  },
  "git_transport_dummy *": {
    "cpp": "PortDummy",
    "js": "portDummy"
  },
  "const git_transport_dummy *": {
    "cpp": "PortDummy",
    "js": "portDummy"
  },
  "git_transport_local *": {
    "cpp": "PortLocal",
    "js": "portLocal"
  },
  "const git_transport_local *": {
    "cpp": "PortLocal",
    "js": "portLocal"
  },
  "git_transport_smart *": {
    "cpp": "PortSmart",
    "js": "portSmart"
  },
  "const git_transport_smart *": {
    "cpp": "PortSmart",
    "js": "portSmart"
  },
  "git_smart_subtransport_http *": {
    "cpp": "SubtransportHttp",
    "js": "SubtransportHttp"
  },
  "const git_smart_subtransport_http *": {
    "cpp": "SubtransportHttp",
    "js": "SubtransportHttp"
  },
  "git_smart_subtransport_git *": {
    "cpp": "SubtransportGit",
    "js": "SubtransportGit"
  },
  "const git_smart_subtransport_git *": {
    "cpp": "SubtransportGit",
    "js": "SubtransportGit"
  },
  "git_smart_subtransport_ssh": {
    "cpp": "SubtransportSsh",
    "js": "SubtransportSsh"
  },
  "git_smart_subtransport_ssh *": {
    "cpp": "SubtransportSsh",
    "js": "SubtransportSsh"
  },
  "const git_smart_subtransport_ssh *": {
    "cpp": "SubtransportSsh",
    "js": "SubtransportSsh"
  },
  "git_tree_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "const git_tree_lookup *": {
    "cpp": "Lookup",
    "js": "lookup"
  },
  "git_tree_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "const git_tree_lookup_prefix *": {
    "cpp": "LookupPrefix",
    "js": "lookupPrefix"
  },
  "git_tree_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "const git_tree_free *": {
    "cpp": "Free",
    "js": "free"
  },
  "git_tree_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "const git_tree_id *": {
    "cpp": "Id",
    "js": "id"
  },
  "git_tree_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "const git_tree_owner *": {
    "cpp": "Owner",
    "js": "owner"
  },
  "git_tree_entrycount *": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "const git_tree_entrycount *": {
    "cpp": "Entrycount",
    "js": "entrycount"
  },
  "git_tree_entry_byname *": {
    "cpp": "EntryByname",
    "js": "entryByname"
  },
  "const git_tree_entry_byname *": {
    "cpp": "EntryByname",
    "js": "entryByname"
  },
  "git_tree_entry_byindex *": {
    "cpp": "EntryByindex",
    "js": "entryByindex"
  },
  "const git_tree_entry_byindex *": {
    "cpp": "EntryByindex",
    "js": "entryByindex"
  },
  "git_tree_entry_byoid *": {
    "cpp": "EntryByoid",
    "js": "entryByoid"
  },
  "const git_tree_entry_byoid *": {
    "cpp": "EntryByoid",
    "js": "entryByoid"
  },
  "git_tree_entry_bypath *": {
    "cpp": "EntryBypath",
    "js": "entryBypath"
  },
  "const git_tree_entry_bypath *": {
    "cpp": "EntryBypath",
    "js": "entryBypath"
  },
  "git_tree_entry_dup *": {
    "cpp": "EntryDup",
    "js": "entryDup"
  },
  "const git_tree_entry_dup *": {
    "cpp": "EntryDup",
    "js": "entryDup"
  },
  "git_tree_entry_free *": {
    "cpp": "EntryFree",
    "js": "entryFree"
  },
  "const git_tree_entry_free *": {
    "cpp": "EntryFree",
    "js": "entryFree"
  },
  "git_tree_entry_name *": {
    "cpp": "EntryName",
    "js": "entryName"
  },
  "const git_tree_entry_name *": {
    "cpp": "EntryName",
    "js": "entryName"
  },
  "git_tree_entry_id *": {
    "cpp": "EntryId",
    "js": "entryId"
  },
  "const git_tree_entry_id *": {
    "cpp": "EntryId",
    "js": "entryId"
  },
  "git_tree_entry_type *": {
    "cpp": "EntryType",
    "js": "entryType"
  },
  "const git_tree_entry_type *": {
    "cpp": "EntryType",
    "js": "entryType"
  },
  "git_tree_entry_filemode *": {
    "cpp": "EntryFilemode",
    "js": "entryFilemode"
  },
  "const git_tree_entry_filemode *": {
    "cpp": "EntryFilemode",
    "js": "entryFilemode"
  },
  "git_tree_entry_filemode_raw": {
    "cpp": "EntryFilemodeRaw",
    "js": "entryFilemodeRaw"
  },
  "git_tree_entry_filemode_raw *": {
    "cpp": "EntryFilemodeRaw",
    "js": "entryFilemodeRaw"
  },
  "const git_tree_entry_filemode_raw *": {
    "cpp": "EntryFilemodeRaw",
    "js": "entryFilemodeRaw"
  },
  "git_tree_entry_cmp *": {
    "cpp": "EntryCmp",
    "js": "entryCmp"
  },
  "const git_tree_entry_cmp *": {
    "cpp": "EntryCmp",
    "js": "entryCmp"
  },
  "git_tree_entry_to_object *": {
    "cpp": "EntryToObject",
    "js": "entryToObject"
  },
  "const git_tree_entry_to_object *": {
    "cpp": "EntryToObject",
    "js": "entryToObject"
  },
  "git_treebuilder_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "const git_treebuilder_create *": {
    "cpp": "Create",
    "js": "create"
  },
  "git_treebuilder_clear *": {
    "cpp": "UilderClear",
    "js": "uilderClear"
  },
  "const git_treebuilder_clear *": {
    "cpp": "UilderClear",
    "js": "uilderClear"
  },
  "git_treebuilder_entrycount *": {
    "cpp": "UilderEntrycount",
    "js": "uilderEntrycount"
  },
  "const git_treebuilder_entrycount *": {
    "cpp": "UilderEntrycount",
    "js": "uilderEntrycount"
  },
  "git_treebuilder_free *": {
    "cpp": "UilderFree",
    "js": "uilderFree"
  },
  "const git_treebuilder_free *": {
    "cpp": "UilderFree",
    "js": "uilderFree"
  },
  "git_treebuilder_get *": {
    "cpp": "UilderGet",
    "js": "uilderGet"
  },
  "const git_treebuilder_get *": {
    "cpp": "UilderGet",
    "js": "uilderGet"
  },
  "git_treebuilder_insert *": {
    "cpp": "Insert",
    "js": "insert"
  },
  "const git_treebuilder_insert *": {
    "cpp": "Insert",
    "js": "insert"
  },
  "git_treebuilder_remove *": {
    "cpp": "Remove",
    "js": "remove"
  },
  "const git_treebuilder_remove *": {
    "cpp": "Remove",
    "js": "remove"
  },
  "git_treebuilder_filter *": {
    "cpp": "UilderFilter",
    "js": "uilderFilter"
  },
  "const git_treebuilder_filter *": {
    "cpp": "UilderFilter",
    "js": "uilderFilter"
  },
  "git_treebuilder_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "const git_treebuilder_write *": {
    "cpp": "Write",
    "js": "write"
  },
  "git_tree_walk *": {
    "cpp": "Walk",
    "js": "walk"
  },
  "const git_tree_walk *": {
    "cpp": "Walk",
    "js": "walk"
  },
  "git_time": {
    "cpp": "GitTime",
    "js": "Time"
  },
  "git_time **": {
    "cpp": "GitTime",
    "js": "Time"
  },
  "git_time *": {
    "cpp": "GitTime",
    "js": "Time"
  },
  "const git_time **": {
    "cpp": "GitTime",
    "js": "Time"
  },
  "const git_time *": {
    "cpp": "GitTime",
    "js": "Time"
  },
  "git_treebuilder": {
    "cpp": "GitTreebuilder",
    "js": "Treebuilder"
  },
  "const git_treebuilder **": {
    "cpp": "GitTreebuilder",
    "js": "Treebuilder"
  },
  "const git_treebuilder *": {
    "cpp": "GitTreebuilder",
    "js": "Treebuilder"
  },
  "git_tree_entry": {
    "cpp": "GitTreeEntry",
    "js": "TreeEntry"
  },
  "git_reference__alloc *": {
    "cpp": "Alloc",
    "js": "alloc"
  },
  "const git_reference__alloc *": {
    "cpp": "Alloc",
    "js": "alloc"
  },
  "git_reference__alloc_symbolic": {
    "cpp": "AllocSymbolic",
    "js": "allocSymbolic"
  },
  "git_reference__alloc_symbolic *": {
    "cpp": "AllocSymbolic",
    "js": "allocSymbolic"
  },
  "const git_reference__alloc_symbolic *": {
    "cpp": "AllocSymbolic",
    "js": "allocSymbolic"
  },
  "git_diff_options": {
    "cpp": "GitDiffOptions",
    "js": "DiffOptions"
  },
  "git_diff_options **": {
    "cpp": "GitDiffOptions",
    "js": "DiffOptions"
  },
  "git_diff_options *": {
    "cpp": "GitDiffOptions",
    "js": "DiffOptions"
  },
  "const git_diff_options **": {
    "cpp": "GitDiffOptions",
    "js": "DiffOptions"
  },
  "git_delta": {
    "cpp": "GitDelta",
    "js": "Delta"
  },
  "git_delta **": {
    "cpp": "GitDelta",
    "js": "Delta"
  },
  "git_delta *": {
    "cpp": "GitDelta",
    "js": "Delta"
  },
  "const git_delta **": {
    "cpp": "GitDelta",
    "js": "Delta"
  },
  "const git_delta *": {
    "cpp": "GitDelta",
    "js": "Delta"
  },
  "git_diff_file": {
    "cpp": "GitDiffFile",
    "js": "DiffFile"
  },
  "git_diff_file **": {
    "cpp": "GitDiffFile",
    "js": "DiffFile"
  },
  "git_diff_file *": {
    "cpp": "GitDiffFile",
    "js": "DiffFile"
  },
  "const git_diff_file **": {
    "cpp": "GitDiffFile",
    "js": "DiffFile"
  },
  "const git_diff_file *": {
    "cpp": "GitDiffFile",
    "js": "DiffFile"
  },
  "git_diff_line": {
    "cpp": "GitDiffLine",
    "js": "DiffLine"
  },
  "git_diff_line **": {
    "cpp": "GitDiffLine",
    "js": "DiffLine"
  },
  "git_diff_line *": {
    "cpp": "GitDiffLine",
    "js": "DiffLine"
  },
  "const git_diff_line **": {
    "cpp": "GitDiffLine",
    "js": "DiffLine"
  },
  "const git_diff_line *": {
    "cpp": "GitDiffLine",
    "js": "DiffLine"
  },
  "git_strarray": {
    "cpp": "GitStrarray",
    "js": "Strarray"
  },
  "git_strarray **": {
    "cpp": "GitStrarray",
    "js": "Strarray"
  },
  "const git_strarray **": {
    "cpp": "GitStrarray",
    "js": "Strarray"
  },
  "git_remote_delete": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_remote_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "const git_remote_delete *": {
    "cpp": "Delete",
    "js": "delete"
  },
  "git_checkout_options": {
    "cpp": "GitCheckoutOptions",
    "js": "CheckoutOptions"
  },
  "git_checkout_options **": {
    "cpp": "GitCheckoutOptions",
    "js": "CheckoutOptions"
  },
  "git_checkout_options *": {
    "cpp": "GitCheckoutOptions",
    "js": "CheckoutOptions"
  },
  "const git_checkout_options **": {
    "cpp": "GitCheckoutOptions",
    "js": "CheckoutOptions"
  },
  "const git_checkout_options *": {
    "cpp": "GitCheckoutOptions",
    "js": "CheckoutOptions"
  },
  "git_cherry": {
    "cpp": "GitCherry",
    "js": "Cherry"
  },
  "git_cherry **": {
    "cpp": "GitCherry",
    "js": "Cherry"
  },
  "git_cherry *": {
    "cpp": "GitCherry",
    "js": "Cherry"
  },
  "const git_cherry **": {
    "cpp": "GitCherry",
    "js": "Cherry"
  },
  "const git_cherry *": {
    "cpp": "GitCherry",
    "js": "Cherry"
  },
  "git_checkout_init_options": {
    "cpp": "InitOptions",
    "js": "initOptions"
  },
  "git_checkout_init_options *": {
    "cpp": "InitOptions",
    "js": "initOptions"
  },
  "const git_checkout_init_options *": {
    "cpp": "InitOptions",
    "js": "initOptions"
  },
  "git_repository_init_options": {
    "cpp": "GitRepositoryInitOptions",
    "js": "RepositoryInitOptions"
  },
  "git_repository_init_options **": {
    "cpp": "GitRepositoryInitOptions",
    "js": "RepositoryInitOptions"
  },
  "const git_repository_init_options **": {
    "cpp": "GitRepositoryInitOptions",
    "js": "RepositoryInitOptions"
  },
  "const git_repository_init_options *": {
    "cpp": "GitRepositoryInitOptions",
    "js": "RepositoryInitOptions"
  },
  "git_repository_init_init_options": {
    "cpp": "InitInitOptions",
    "js": "initInitOptions"
  },
  "git_repository_init_init_options *": {
    "cpp": "InitInitOptions",
    "js": "initInitOptions"
  },
  "const git_repository_init_init_options *": {
    "cpp": "InitInitOptions",
    "js": "initInitOptions"
  }
}