Type Alias artichoke_backend::def::Free

source ·
pub type Free = unsafe extern "C" fn(mrb: *mut mrb_state, data: *mut c_void);
Expand description

Typedef for an mruby free function for an mrb_value with tt MRB_TT_CDATA.