(slot-value object slot-name)
(defun dd-name (dd) (slot-value dd 'sb-kernel::name))
(cffi:foreign-slot-value ptr type slot-name)
(slot-boundp object slot-name)
(slot-unbound class instance slot-name)
(slot-missing class instance slot-name operation &optional new-value)