Type Alias lua_Destructor

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