Look up an index extension by its signature
int git_index_extension_lookup(git_buf *out, git_index *index, const char *signature);
In
out
the extension's data (not including the header)
const char *
In
signature
the 4 character signature of the desired extension
int
0 (no error), GIT_ENOTFOUND (extension not present), or an error code