lua_Destructor

Type Alias lua_Destructor 

Source
pub type lua_Destructor = extern "C-unwind" fn(L: *mut lua_State, userdata: *mut c_void);
Expand description

The type of destructor functions for userdata.