static File william(S text) {
  ret cereproc("William", text);
}

static File william_silent(S text) {
  ret cereproc_silent("William", text);
}