Type Alias lua_Udestructor

Source
pub type lua_Udestructor = unsafe extern "C-unwind" fn(*mut c_void);
Expand description

Type for userdata destructor functions.