result = public.box3dtobox();
CREATE FUNCTION box3dtobox(box3d) RETURNS box AS $_$SELECT box($1)$_$ LANGUAGE sql IMMUTABLE STRICT;