git_url_resolve_cbFunction typedef
git_url_resolve_cbFunction =
Int Function(Pointer<git_buf> url_resolved, Pointer<Char> url, Int direction, Pointer<Void> payload)
Implementation
typedef git_url_resolve_cbFunction = ffi.Int Function(
ffi.Pointer<git_buf> url_resolved,
ffi.Pointer<ffi.Char> url,
ffi.Int direction,
ffi.Pointer<ffi.Void> payload);