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