Function Foreign-Alloc

Part of:

package cffi
( foreign-alloc < type > &key (initial-element nil initial-element-p) (initial-contents nil initial-contents-p) (count 1 count-p) < null-terminated-p > )
Allocate enough memory to hold COUNT objects of type TYPE. If
INITIAL-ELEMENT is supplied, each element of the newly allocated
memory is initialized with its value. If INITIAL-CONTENTS is supplied,
each of its elements will be used to initialize the contents of the
newly allocated memory.