Macro: SB-ALIEN::DEFINE-ALIEN-CALLBACK

package type

Defines #’NAME as a function with the given body and lambda-list, and NAME as the alien callback for that function with the given alien type.

Lambda list

(sb-alien::name sb-alien::result-type sb-alien::typed-lambda-list &body sb-alien::forms)