gv-ref

gv-ref is an autoloaded Lisp macro in `gv.el'.

(gv-ref PLACE)

Return a reference to PLACE.
This is like the `&' operator of the C language.
Note: this only works reliably with lexical binding mode, except for very
simple PLACEs such as (function-symbol 'foo) which will also work in dynamic
binding mode.