Dartgit_checkout_perfdata_cbFunction typedef
Dartgit_checkout_perfdata_cbFunction =
void Function(Pointer<git_checkout_perfdata> perfdata, Pointer<Void> payload)
Implementation
typedef Dartgit_checkout_perfdata_cbFunction = void Function(
ffi.Pointer<git_checkout_perfdata> perfdata, ffi.Pointer<ffi.Void> payload);