(stable-pointer-value stable-pointer) => thing
     (setf (stable-pointer-value stable-pointer) thing)
     allocate-stable-pointer
Dereferences a stable-pointer, returning the stable pointer value. stable-pointer-value is a SETFable form, SETFing it sets the stable pointer's value to new value.