pub unsafe extern "C" fn lua_setuserdatadtor( L: *mut lua_State, tag: c_int, dtor: Option<unsafe extern "C" fn(arg1: *mut c_void)>, )