allocate-foreign-string
— Allocates space for a foreign string.
allocate-foreign-string
size &key unsigned
=> foreign-string
|
The size of the space to be allocated in bytes. |
|
A boolean flag with a default value of |
foreign-string |
A foreign string which has undefined contents. |