pub unsafe fn init_sexprec_data_offset()Expand description
Compute and store the SEXPREC data offset by measuring a real R vector.
Must be called from R’s main thread during package init.
§Safety
Must be called on R’s main thread with R initialized.