Function configure_set:
Defined in module flags (file: /std/object/flags.c)

configure_set allows one to specify whether a flag set is persistent,
and a function that can be called when a flag changes.

Prototype:
varargs nomask void configure_set(
  int set_key,
  int is_non_persistent,
  function change_func
);
