--
-- void_out/1
--
create or replace function void_out(
  void
) returns cstring as $$
void_out$$ language plpgsql;