pub unsafe fn get_var(symbol: SEXP, env: SEXP) -> SEXP
Returns a variable from an environment
This function dereferences raw SEXP pointers. The caller must ensure that symbol and env are valid SEXP pointers.
symbol
env