const PRESERVE_LIST: LocalKey<OnceCell<SEXP>>;
The per-thread preservation list.
Initialized on first use with a circular doubly-linked list that is preserved from R’s GC via R_PreserveObject.
R_PreserveObject