Macro: SB-ALIEN:DEFINE-ALIEN-VARIABLE

package type

Define NAME as an external alien variable of type TYPE. NAME should be a list of a string holding the alien name and a symbol to use as the Lisp name. If NAME is just a symbol or string, then the other name is guessed from the one supplied.

Lambda list

(sb-alien::name type)