git_repository_fetchhead_foreach_cbFunction typedef
git_repository_fetchhead_foreach_cbFunction =
Int Function(Pointer<Char> ref_name, Pointer<Char> remote_url, Pointer<git_oid> oid, UnsignedInt is_merge, Pointer<Void> payload)
Implementation
typedef git_repository_fetchhead_foreach_cbFunction = ffi.Int Function(
ffi.Pointer<ffi.Char> ref_name,
ffi.Pointer<ffi.Char> remote_url,
ffi.Pointer<git_oid> oid,
ffi.UnsignedInt is_merge,
ffi.Pointer<ffi.Void> payload);