pub unsafe extern "C" fn git_tag_foreach(
    repo: *mut git_repository,
    callback: git_tag_foreach_cb,
    payload: *mut c_void
) -> c_int