Open generic function
Allows you to set pointer values.
pointer-value-setter new-value C-typed-pointer #key index => new-value
<C-statically-typed-pointer>.
<integer>.
<object>.
c-ffi
c-ffi
Allows you to set pointer values. If you supply index, the pointer is treated as a pointer to an array, and the function returns the appropriate element indexed by the correct unit size.
It is an error if C-typed-pointer does not point to a valid address or is a null pointer.