Function mlua_sys::luau::lua::lua_getuserdatadtor

source ยท
pub unsafe extern "C-unwind" fn lua_getuserdatadtor(
    L: *mut lua_State,
    tag: c_int,
) -> Option<lua_Destructor>
Available on crate feature luau only.