get_closure_formals

Function get_closure_formals 

Source
pub unsafe fn get_closure_formals(x: SEXP) -> SEXP
Expand description

Access a closure’s arguments

§Safety

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