Guest User

Untitled

a guest
Jun 3rd, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.26 KB | None | 0 0
  1. (defun my-ffi-wapper (arg1 arg2)
  2.   (cffi:foreign-funcall "my_foreign_function"
  3.                         :pointer (my-type-slot-1 arg1)
  4.                         :pointer (my-type-slot-2 arg1)
  5.                         :pointer arg2
  6.                         :pointer))
Add Comment
Please, Sign In to add comment