Skip to main content

rvalue_to_sexp

Function rvalue_to_sexp 

Source
pub fn rvalue_to_sexp(val: &RValue) -> Sexp
Expand description

Convert an RValue to a SEXP for passing to native C code.

The returned SEXP (and any sub-allocations) must be freed after the call. Caller should track it in the allocation list.