// always returns true for convenience
sbool ping_v3(PingSource source default pingSource()) {
  source?!;
  true;
}