A variable to be bound to the foreign pointer.
A variable to be bound to the length in bytes.
An integer.
Forms to be executed.
The macro
with-integer-bytes
evaluates the forms in
body
with
pointer
bound to a dynamic foreign object containing the bytes of
integer
and
length
bound to the number of bytes in that object. The layout of the bytes is unspecified, but the bytes and the length are sufficient to reconstruct
integer
by calling make-integer-from-bytes.