Is there any way to convert a (SIMPLE-ARRAY (UNSIGNED-BYTE 8) *) into a heap-ivector without copying the data? I want to call some C code on a large blob, and the copy is currently the limiting factor on performance. Thanks, rg