lua_rawsetptagged

Function lua_rawsetptagged 

Source
pub unsafe extern "C-unwind" fn lua_rawsetptagged(
    L: *mut lua_State,
    idx: c_int,
    p: *const c_void,
    tag: c_int,
)
Available on crate feature luau only.