git_checkout_progress_cbFunction typedef
git_checkout_progress_cbFunction =
Void Function(Pointer<Char> path, Size completed_steps, Size total_steps, Pointer<Void> payload)
Implementation
typedef git_checkout_progress_cbFunction = ffi.Void Function(
ffi.Pointer<ffi.Char> path,
ffi.Size completed_steps,
ffi.Size total_steps,
ffi.Pointer<ffi.Void> payload);