unsafe fn init() -> SEXPExpand description
Initialize the preservation list.
Creates a circular doubly-linked list: (head -> sentinel -> head)
and preserves it with R_PreserveObject so it’s never GC’d.
§Safety
Must be called from the R main thread.