dataptr

Function dataptr 

Source
pub unsafe fn dataptr(x: SEXP) -> *const c_void
Expand description

Access a DATAPTR

ยงSafety

This function dereferences a raw SEXP pointer. The caller must ensure that x is a valid SEXP pointer.