| Current Path : /opt/imh-python/lib/python3.9/site-packages/pygit2/decl/ |
| Current File : //opt/imh-python/lib/python3.9/site-packages/pygit2/decl/buffer.h |
typedef struct {
char *ptr;
size_t asize, size;
} git_buf;
void git_buf_dispose(git_buf *buffer);