savvy::sexp::external_pointer

Function take_external_pointer_value

Source
pub unsafe fn take_external_pointer_value<T>(x: SEXP) -> Result<T>
Expand description

Takes the value of the external pointer and set the pointer to null.

ยงSafety

This is intended to be used only in savvy-bindgen