git_packbuilder_foreach_cb

Callback used to iterate over packed objects

@see git_packbuilder_foreach

@param buf A pointer to the object's data @param size The size of the underlying object @param payload Payload passed to git_packbuilder_foreach @return non-zero to terminate the iteration

extern (C) nothrow @nogc
alias git_packbuilder_foreach_cb = int function
(
void* buf
,
size_t size
,
void* payload
)

Meta