git_diff_hunk_cb

When iterating over a diff, callback that will be made per hunk.

extern (C) nothrow @nogc
alias git_diff_hunk_cb = int function
(,,
void* payload
)

Meta