mlua_sys::luau::lua

Function lua_newuserdatataggedwithmetatable

Source
pub unsafe extern "C-unwind" fn lua_newuserdatataggedwithmetatable(
    L: *mut lua_State,
    sz: usize,
    tag: c_int,
) -> *mut c_void
Available on crate feature luau only.