pub fn with_remote_git_callbacks<T>(
    ui: &mut Ui,
    f: impl FnOnce(RemoteCallbacks<'_>) -> T
) -> T