pub type R_CFinalizer_t = Option<unsafe extern "C-unwind" fn(s: SEXP)>;Expand description
C finalizer callback signature used by external pointers.
Aliased Type§
pub enum R_CFinalizer_t {
None,
Some(unsafe extern "C-unwind" fn(SEXP)),
}Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.