Function mlua_sys::luau::lua::lua_newuserdatadtor

source ยท
pub unsafe extern "C-unwind" fn lua_newuserdatadtor(
    L: *mut lua_State,
    sz: usize,
    dtor: lua_Udestructor,
) -> *mut c_void
Available on crate feature luau only.