Modifying constructor for section-info structures.
(change-section-info x [:header <header>] [:bytes <bytes>])
This is an often useful alternative to make-section-info.
We construct a new section-info structure that is a copy of
This is an ordinary
Macro:
(defmacro change-section-info (x &rest args) (std::change-aggregate 'section-info x args '((:header . section-info->header) (:bytes . section-info->bytes)) 'change-section-info 'nil))